_network_admin_menu

_network_admin_menu

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('_network_admin_menu') is found 1 times:

  • /wp-admin/includes/menu.php line 19
    	 *
    	 * @since 3.1.0
    	 * @access private
    	 */
    	do_action( '_network_admin_menu' );
    } elseif ( is_user_admin() ) {
    
    	/**
    	 * Fires before the administration menu loads in the User Admin.
    	 *
    	 * The hook fires before menus and sub-menus are removed based on user privileges.