update_network_option


update_network_option ( $network_id, $option, $value )

Parameters:
  • (int) network_id ID of the network. Can be null to default to the current network ID.
  • (string) option Name of the option. Expected to not be SQL-escaped.
  • (mixed) value Option value. Expected to not be SQL-escaped.
See:
Returns:
  • (bool) True if the value was updated, false otherwise.
Defined at:

Description

Updates the value of a network option that was already added.

Related Functions

delete_network_option, update_user_option, get_network_option, add_network_option, update_site_option

Top Google Results

User discussions

wpseek mobile