2110* @since 4.7.0 The `$network_id` parameter was added.2111*2112* @param mixed$value Value of network option.2113* @param string$option Option name.2114* @param int$network_idID of the network.2115*/2116returnapply_filters("site_option_{$option}",$value,$option,$network_id);2117}21182119/**2120* Adds a newnetwork option.2121*2122* Existing options will not be updated.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.