2445*2446* @param string$option Name of the network option.2447* @param mixed$value Current value of the network option.2448* @param mixed$old_value Old value of the network option.2449* @param int$network_idID of the network.2450*/2451do_action('update_site_option',$option,$value,$old_value,$network_id);24522453returntrue;2454}24552456returnfalse;2457}
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.