2129* @since 4.7.0 The `$network_id` parameter was added.2130*2131* @param mixed$value Value of network option.2132* @param string$option Option name.2133* @param int$network_idID of the network.2134*/2135returnapply_filters("site_option_{$option}",$value,$option,$network_id);2136}21372138/**2139* Adds a newnetwork option.2140*2141* Existing options will not be updated.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.