Включить шорткоды в виджетах текста
echo do_shortcode( get_theme_mod( 'theme_setting' ) );
Muhammad Mabrouk
echo do_shortcode( get_theme_mod( 'theme_setting' ) );
add_filter( 'widget_text', 'do_shortcode' );