2487*2488* @param string$option Name of the network option.2489* @param mixed$value Current value of the network option.2490* @param mixed$old_value Old value of the network option.2491* @param int$network_idID of the network.2492*/2493do_action('update_site_option',$option,$value,$old_value,$network_id);24942495returntrue;2496}24972498returnfalse;2499}
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.