update_wpmu_options

update_wpmu_options

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_wpmu_options') is found 1 times:

  • /wp-admin/network/settings.php line 132
    	 * Fires after the network options are updated.
    	 *
    	 * @since MU (3.0.0)
    	 */
    	do_action( 'update_wpmu_options' );
    
    	wp_redirect( add_query_arg( 'updated', 'true', network_admin_url( 'settings.php' ) ) );
    	exit;
    }
    
    require_once ABSPATH . 'wp-admin/admin-header.php';
    

See this hook used in plugins: