2393*2394* @param mixed$valueNewvalue of the network option.2395* @param mixed$old_value Old value of the network option.2396* @param string$option Option name.2397* @param int$network_idID of the network.2398*/2399$value=apply_filters("pre_update_site_option_{$option}",$value,$old_value,$option,$network_id);24002401/*2402*If the newand old values are the same, no need to update.2403*2404* Unserialized values will be adequate in most cases.If the unserialized2405* 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.