2489*2490* @param string$option Name of the network option.2491* @param mixed$value Current value of the network option.2492* @param mixed$old_value Old value of the network option.2493* @param int$network_idID of the network.2494*/2495do_action('update_site_option',$option,$value,$old_value,$network_id);24962497returntrue;2498}24992500returnfalse;2501}
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.