_network_admin_menu

_network_admin_menu

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('_network_admin_menu') is found 1 times:

  • /wp-admin/includes/menu.php line 19
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
         *
         * @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.