2432*2433* @param string$option Name of the network option.2434* @param mixed$value Current value of the network option.2435* @param mixed$old_value Old value of the network option.2436* @param int$network_idID of the network.2437*/2438do_action("update_site_option_{$option}",$option,$value,$old_value,$network_id);24392440/**2441* Fires after the value of a network option has been successfully updated.2442*2443* @since 3.0.02444* @since 4.7.0 The `$network_id` parameter was added.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.