Menu (category)
get_nav_menu_locations() | {{desc}} |
get_the_posts_navigation() | Retrieve the navigation block to the next/previous set of posts. Used on archive pages (categories, tags). |
has_nav_menu() | Determines whether a registered nav menu location has a menu assigned to it. |
is_nav_menu() | Check if the given ID is a navigation menu. |
the_posts_navigation() | Displays the navigation to next/previous set of posts, when applicable. |
wp_get_nav_menu_items() | Gets the navigation menu items as an array. |
wp_get_nav_menu_name() | Returns the name of a navigation menu. |
wp_get_nav_menu_object() | Returns a navigation menu object. |
wp_get_nav_menus() | Returns all navigation menu objects. |
wp_nav_menu_item_taxonomy_meta_box() | Displays a meta box for a taxonomy menu item. |