PHP TUTORIALS FOR WEB DEVELOPERS - PHP ROCKERS
PHP Developers, Coding, Tutorials, Developments
Category
(Move to ...)
javascript
wordpress
php interview questions and answers
joomla
PHP
drupal
▼
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>";
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment