Is there a function for returning all the menu locations registered using register_nav_menu like you would use get_post_types to return register custom posts.
Is there a function for returning all the menu locations registered using register_nav_menu like you would use get_post_types to return register custom posts.
I think what you want is get_nav_menu_locations(). Look in wp-includes/nav-menu.php for other possibilities.
This topic has been closed to new replies.