This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Insert php plugin not work

9 years ago · Last reply by Alex S 9 years ago

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

1
  1. Alex S Staff 9 years, 3 months ago

    Hi 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.

Have a different question or issue?

Start New Thread