2476*2477* @param string$option Name of the network option.2478* @param mixed$value Current value of the network option.2479* @param mixed$old_value Old value of the network option.2480* @param int$network_idID of the network.2481*/2482do_action("update_site_option_{$option}",$option,$value,$old_value,$network_id);24832484/**2485* Fires after the value of a network option has been successfully updated.2486*2487* @since 3.0.02488* @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.