Skip to content

Instantly share code, notes, and snippets.

@uxmoon
Last active August 3, 2017 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uxmoon/4dfd7f9b380df317acaddf7d6ac83ed3 to your computer and use it in GitHub Desktop.
Save uxmoon/4dfd7f9b380df317acaddf7d6ac83ed3 to your computer and use it in GitHub Desktop.
WordPress - Enable shortcodes in Widgets
// Enable shortcodes in widgets
add_filter('widget_text', 'do_shortcode');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment