Fires after the value of a network option has been successfully updated.
Parameters
$option
string- Name of the network option.
$value
mixed- Current value of the network option.
$old_value
mixed- Old value of the network option.
$network_id
int- ID of the network.
Source
do_action( 'update_site_option', $option, $value, $old_value, $network_id );
User Contributed Notes
You must log in before being able to contribute a note or feedback.