Fires after the value of a specific network option has been successfully updated.
Description
The dynamic portion of the hook name, $option
, refers to the option name.
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}", $option, $value, $old_value, $network_id );
User Contributed Notes
You must log in before being able to contribute a note or feedback.