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: - Introduced in WordPress: 4.4.0
- Deprecated in WordPress: —
Description
Updates the value of a network option that was already added.