Skip to content

Instantly share code, notes, and snippets.

@m1ndspark
Created August 25, 2018 17:24
Show Gist options
  • Save m1ndspark/d89a5d77452a14e0ebb0aac6a989093a to your computer and use it in GitHub Desktop.
Save m1ndspark/d89a5d77452a14e0ebb0aac6a989093a to your computer and use it in GitHub Desktop.
Enable Shortcodes in Text Widgets
// Enable shortcodes in text 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