Changing your Plugin to allow shortcodes and work with Content Views Plugin
-
Hi,
Today your Exit Popup plugin print the Body (HTML) naturally:<?php echo get_option(‘exit_popup_popup_body’); ?>
(file exit-popup.php line 177)I would like to use Content Views shortcode (or any WordPress shortcode) or PHP code with your plugin.
If you modified the line of code above to:
<?php echo do_shortcode(get_option(‘exit_popup_popup_body’)); ?>It will make any WordPress shortcode work in popup content.
Please let me know if this modification would be something you are willing to make in your next update.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing your Plugin to allow shortcodes and work with Content Views Plugin’ is closed to new replies.