Adding Shortcodes to Widgets
July 4, 2021
You might have times where you just want to add shortcodes into one of your text widgets. Luckily, this is super easy using a quick and simple line of code.
The steps are pretty straightforward:
add_filter( 'widget_text', 'do_shortcode' );
Posted in Tutorials