2410*2411* @param mixed$valueNewvalue of the network option.2412* @param mixed$old_value Old value of the network option.2413* @param string$option Option name.2414* @param int$network_idID of the network.2415*/2416$value=apply_filters("pre_update_site_option_{$option}",$value,$old_value,$option,$network_id);24172418/*2419*If the newand old values are the same, no need to update.2420*2421* Unserialized values will be adequate in most cases.If the unserialized2422* data differs,the(maybe) serialized data is checked to avoid
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.