phprockers-logo

Get nav menu locations in wordpress

Definition of get_nav_menu_locations():

It is returns an array with the registered navigation menu locations and which menu is assigned to it.
$locations = get_nav_menu_locations();
echo "<pre>";
print_r($locations);
echo "</pre>";

0 comments:

Post a Comment