wpmu_update_blog_options

wpmu_update_blog_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('wpmu_update_blog_options') is found 1 times:

  • /wp-admin/network/site-settings.php line 60
    	 * @since 4.4.0 Added `$id` parameter.
    	 *
    	 * @param int $id The ID of the site being updated.
    	 */
    	do_action( 'wpmu_update_blog_options', $id );
    
    	restore_current_blog();
    	wp_redirect(
    		add_query_arg(
    			array(
    				'update' => 'updated',