Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created October 17, 2012 16:50
Show Gist options
  • Select an option

  • Save BFTrick/3906685 to your computer and use it in GitHub Desktop.

Select an option

Save BFTrick/3906685 to your computer and use it in GitHub Desktop.
Do Shortcodes in WordPress Nav Menu
// do shortcodes in the wp nav menu
add_filter('wp_nav_menu', 'do_shortcode', 11);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment