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.5.2

apply_filters('wp_nav_menu_objects') is found 1 times:

  • /wp-includes/nav-menu-template.php line 234
    	 *
    	 * @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: