Function Reference for custom link in Admin Menu Management Page

There doesn’t seem to be a single filter just for a menu item URL, but in wp-includes/nav-menu-template.php there are a few filters:

  • wp_nav_menu_objects – the menu items before being formatted with HTML
  • wp_nav_menu_items – a HTML list of the navigation menu items
  • wp_nav_menu – the completed menu just before output