2085* @since 4.7.0 The `$network_id` parameter was added.2086*2087* @param mixed$value Value of network option.2088* @param string$option Option name.2089* @param int$network_idID of the network.2090*/2091returnapply_filters("site_option_{$option}",$value,$option,$network_id);2092}20932094/**2095* Adds a newnetwork option.2096*2097* Existing options will not be updated.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.