update_site_option

update_site_option

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('update_site_option') is found 1 times:

  • /wp-includes/option.php line 2211
    		 * @param mixed  $value      Current value of the network option.
    		 * @param mixed  $old_value  Old value of the network option.
    		 * @param int    $network_id ID of the network.
    		 */
    		do_action( 'update_site_option', $option, $value, $old_value, $network_id );
    
    		return true;
    	}
    
    	return false;
    }
    

See this hook used in plugins: