Skip to content

Instantly share code, notes, and snippets.

@mrfoxtalbot
Last active November 3, 2016 01:03
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 mrfoxtalbot/c53f1f6550e091e43ce6432f0467468e to your computer and use it in GitHub Desktop.
Save mrfoxtalbot/c53f1f6550e091e43ce6432f0467468e to your computer and use it in GitHub Desktop.
Enable shortcodes in widget titles and content in WordPress
// Enable shortcodes in widgets
add_filter('widget_title', 'do_shortcode');
add_filter('widget_text', 'do_shortcode');
@mrfoxtalbot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment