Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created March 17, 2020 12:38
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 someguy9/d2671e1d483bf2b33dcb4ea98dbe8482 to your computer and use it in GitHub Desktop.
Save someguy9/d2671e1d483bf2b33dcb4ea98dbe8482 to your computer and use it in GitHub Desktop.
Enable shortcodes in text widgets (WordPress)
<?php
//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