hi again!
The update to version 6.0.2.4 of Easy Forms for Mailchimp includes processing shortcodes in the description for a form, using apply_filters(‘the_content’, …). This leads to a recursion in PageBuilder.
I saw a few more threads about interference around this filter. I’m quite new to WordPress code development, but had a look into the siteorigin_panels_filter_content() function. From what is appears to do, I was wondering if the main work in that function shouldn’t be hooked into ‘the_post’, instead of using a global reference to $post and possibly replacing existing content within this function hooked to ‘the_content’?
https://codex.wordpress.org/Plugin_API/Action_Reference/the_post
Thanks!