Skip to content

Instantly share code, notes, and snippets.

@AndreFCAmorim
Last active November 6, 2022 15:46
Show Gist options
  • Save AndreFCAmorim/f38d57ce2bbcdebadc50325cc6cb128f to your computer and use it in GitHub Desktop.
Save AndreFCAmorim/f38d57ce2bbcdebadc50325cc6cb128f to your computer and use it in GitHub Desktop.
Enable Shortcode Execution in Text Widgets on WordPress
<?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