Support
Support » Fixing WordPress » get all the menu locations registered using register_nav_menu
(@neonwired)
8 years, 8 months ago
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.
(@vtxyzzy)
I think what you want is get_nav_menu_locations(). Look in wp-includes/nav-menu.php for other possibilities.