Comments Grande2018 started the conversationFebruary 19, 2019 at 1:11pmHi There,Is it possible to appear third party shortcodes in the events description? I paste a Contact form 7 shortcode but unfortunatelly, it didn't appear. I almost want to paste a review shortcode, but I run in to the same issue.Many thanks for your help!Best Regards, 877Zhivko repliedFebruary 19, 2019 at 4:25pmHi, Try adding this filter in your theme functions.php file at the bottom: add_filter('stec_get_description', function($desc) { return do_shortcode($desc); }); Stachethemes Developer Sign in to reply ...
Hi There,
Is it possible to appear third party shortcodes in the events description? I paste a Contact form 7 shortcode but unfortunatelly, it didn't appear. I almost want to paste a review shortcode, but I run in to the same issue.
Many thanks for your help!
Best Regards,
Hi,
Try adding this filter in your theme functions.php file at the bottom:
Stachethemes Developer