2470*2471* @param string$option Name of the network option.2472* @param mixed$value Current value of the network option.2473* @param mixed$old_value Old value of the network option.2474* @param int$network_idID of the network.2475*/2476do_action('update_site_option',$option,$value,$old_value,$network_id);24772478returntrue;2479}24802481returnfalse;2482}
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.