25% off ProSNIPC25OFF

Enable Shortcodes in Widgets and Excerpts

Allows shortcodes to be processed inside Classic Widget text blocks and post excerpt fields.

PHPby SnipCraft
php
<?php
add_filter( 'widget_text', 'do_shortcode' );
add_filter( 'the_excerpt', 'do_shortcode' );
#content#everywhere#excerpts#shortcodes#widgets