add_site_option
add_site_option ( $option, $value )
Parameters:- (string) option Name of the option to add. Expected to not be SQL-escaped.
- (mixed) value Option value, can be anything. Expected to not be SQL-escaped.
See:Returns:- (bool) True if the option was added, false otherwise.
Defined at:Change Log: - Introduced in WordPress: 2.8.0
- Deprecated in WordPress: —
Description
Adds a new option for the current network.Existing options will not be updated. Note that prior to 3.3 this wasn't the case.