Skip to content

Instantly share code, notes, and snippets.

@jorpdesigns
Created July 13, 2021 19:24
Show Gist options
  • Save jorpdesigns/458d483ae927b40839c7dc427a1b07c2 to your computer and use it in GitHub Desktop.
Save jorpdesigns/458d483ae927b40839c7dc427a1b07c2 to your computer and use it in GitHub Desktop.
Snippet to add shortcodes to HTML widgets
<?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