Created
July 13, 2021 19:24
-
-
Save jorpdesigns/458d483ae927b40839c7dc427a1b07c2 to your computer and use it in GitHub Desktop.
Snippet to add shortcodes to HTML widgets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'widget_text', 'do_shortcode' ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment