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