Determines whether the given ID is a nav menu item.
has_nav_menu
Determines whether a registered nav menu location has a menu assigned to it.
get_nav_menu_locations
Retrieves all registered navigation menu locations and the menus assigned to them.
get_registered_nav_menus
Retrieves all registered navigation menu locations in a theme.
Advertisement
register_nav_menu
Registers a navigation menu location for a theme.
register_nav_menus
Registers navigation menu locations for a theme.
is_nav_menu
Check if the given ID is a navigation menu.
wp_get_nav_menu_object
Returns a navigation menu object.
Advertisement
walk_nav_menu_tree
Retrieve the HTML list content for nav menu items.
wp_nav_menu
Filters the HTML content for navigation menus.
_wp_menu_item_classes_by_context
Add the class property classes for the current context, if applicable.
wp_nav_menu_{$menu->slug}_items
Filters the HTML list content for a specific navigation menu.
Advertisement
wp_nav_menu_items
Filters the HTML list content for navigation menus.
wp_nav_menu_container_allowedtags
Filters the list of HTML tags that are valid for use as menu containers.
wp_nav_menu_args
Filters the arguments used to display a navigation menu.