Insert php plugin not work
Hi there
Thank you for your Page builder.
But Insert php plugin does not work with the Page Builder and Shortcodes Ultimate. together.
On the page is inserted the source code, but not the result.
source code: http://prntscr.com/d7ffjc — > It can be seen as a result: http://prntscr.com/d7fg1m
How to make them work together?
Thanks for ur help
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Michael,
This looks to be a filter issue. I would recommend switching to the Insert PHP plugin on WordPress.org and then adding the following PHP to either your child theme or Code Snippets (please navigate to WP AdminCode SnippetsAdd New).
remove_filter('the_content', 'will_bontrager_insert_php', 9); add_filter('the_content', 'will_bontrager_insert_php', 11);If you’re using Code Snippets, please press Save Changes and Activate.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.