You might want to tweak the output of your menu items in WordPress. You can use this to remove or change a link from a specific item. To do so we can make use of the filter walker_nav_menu_start_el – it’s called for each traversed menu item when building the menu. This is actually done in the nav-menu-template.php script in the class Walker_Nav_Menu and… Read more →