File: wp-admin/includes/nav-menu.php
-
Filters the posts displayed in the ‘Most Recent’ tab of the current post type’s menu items meta box.
-
Filters the Walker class used when adding nav menu items.
-
functionwp_nav_menu_manage_columns()
Returns the columns for the nav menus page.
-
Deletes orphaned draft menu items
-
functionwp_nav_menu_update_menu_items()
Saves nav menu items.
-
function_wp_ajax_menu_quick_search()
Prints the appropriate response to a menu quick search.
-
functionwp_save_nav_menu_items()
Save posted nav menu item data.
-
functionwp_nav_menu_setup()
Register nav menu meta boxes and advanced menu items.
-
function_wp_nav_menu_meta_box_object()
Adds custom arguments to some of the meta box object types.
-
functionwp_initial_nav_menu_meta_boxes()
Limit the amount of meta boxes to pages, posts, links, and categories for first time users.
-
functionwp_get_nav_menu_to_edit()
Returns the menu formatted to edit.
-
Creates meta boxes for any post type menu item.
-
Filters whether a menu items meta box will be added for the current object type.
-
Creates meta boxes for any taxonomy menu item.
-
functionwp_nav_menu_disabled_check()
Check whether to disable the Menu Locations meta box submit button and inputs.
-
functionwp_nav_menu_item_link_meta_box()
Displays a meta box for the custom links menu item.
-
Displays a meta box for a post type menu item.
-
Filters the posts displayed in the ‘View All’ tab of the current post type’s menu items meta box.
-
Displays a meta box for a taxonomy menu item.