I want to remove certain input fields on the admin screen for nav-menus for specific menu positions. I've used filters to filter front-end output but not for admin output. Is there a filter available for this purpose?
For example, I want to remove the option to add a title attribute to menu items, only if the menu is used in 'position-x'.
Filters such as nav_menu_link_attributes and wp_nav_menu_args all seem to be to filter the front end output.