update_site_option
update_site_option ( $option, $value )
Parameters:- (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:Change Log: - Introduced in WordPress: 2.8.0
- Deprecated in WordPress: —
Description
Updates the value of an option that was already added for the current network.