menu_order

menu_order

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('menu_order') is found 1 times:

  • /wp-admin/includes/menu.php line 306
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    * @since 2.8.0
     *
     * @param array $menu_order An ordered array of menu items.
     */
    $menu_order = apply_filters( 'menu_order', $menu_order );
    $menu_order = array_flip( $menu_order );
     
    $default_menu_order = array_flip( $default_menu_order );
     
    /**
     * @global array $menu_order

See this hook used in plugins: