Conversation
supportHi! Thank you very much for this handy plugin! We have a proposal for an improvement: It would be great if you could apply the filter “the_content” the the Popup content so, that shortcodes used in the Popup content are applied. As example we’ve implemented the change for the shortcode use of the Popup: $epa_html .= '<div id="my_popup" class="well"><span class="my_popup_close"></span>'; $epa_html .= apply_filters( 'the_content', $default_popup->post_content ); $epa_html .= '</div>'; in inc/shortcode.php@25-27 Basically you only need to wrap the Popup content in the apply_filters function. Thank you very much in advance! Kind regards This topic was modified 6 years, 5 months ago by Yoonic .
No comments were stored for this source.