wp_nav_menu_objects

wp_nav_menu_objects

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_nav_menu_objects') is found 1 times:

  • /wp-includes/nav-menu-template.php line 234
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    *
     * @param array    $sorted_menu_items The menu items, sorted by each menu item's menu order.
     * @param stdClass $args              An object containing wp_nav_menu() arguments.
     */
    $sorted_menu_items = apply_filters( 'wp_nav_menu_objects', $sorted_menu_items, $args );
     
    $items .= walk_nav_menu_tree( $sorted_menu_items, $args->depth, $args );
    unset( $sorted_menu_items );
     
    // Attributes.
    if ( ! empty( $args->menu_id ) ) {

See this hook used in plugins: