Skip to content

Instantly share code, notes, and snippets.

@yratof
Created October 1, 2013 14:36
Show Gist options
  • Save yratof/6779497 to your computer and use it in GitHub Desktop.
Save yratof/6779497 to your computer and use it in GitHub Desktop.
Echo navigation name
$nav_menu = wp_get_nav_menu_object(21); echo $nav_menu->name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment