For us Advance Custom Fields users can you add the following after line 147 on Subscription/Pages.php
$this->wp->addFilter(‘acf_the_content’, [$this,’setPageContent’], 10, 1);
And on any other the_content filters you may use.
This fixed the problem of the [mailpoet_page] not rendering in a ACF wysiwyg field.