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