Definition:
function get_nav_menu_locations() {}
Returns an array with the registered navigation menu locations and the menu assigned to it
Source code
function get_nav_menu_locations() {
return get_theme_mod( 'nav_menu_locations' );
}
1494

February 12, 2011 


No comments yet... Be the first to leave a reply!