Set Item Order with wp_nav_menu_{$menu->slug}_items
you can always search & replace by string or regex the output html of the filtered $items. anyway, if you’re targeting usual menu items, you can add $post objects and order items through the wp_nav_menu_objects filter, otherwise here’s the basic sample code: function replace_itemcart_in_menu( $items, $args ) { $url = home_url(‘my-item’); $previtem = ‘<li id=”menu-item-11″ … Read more