• Resolved MisterBooth

    (@misterbooth)


    Hello,

    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.

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Support Dani F. a11n

    (@danielinhou)

    Hi there @misterbooth ????!

    Thank you for reaching out to MailPoet Support!

    $this->wp->addFilter(‘acf_the_content’, [$this,’setPageContent’], 10, 1);
    And on any other the_content filters you may use.

    That sounds interesting. Can you please add it as a suggestion here https://feedback.mailpoet.com so that other users can upvote and comment on it.

    Our team will take it into account when discussing new features and improvements for the plugin ??

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘acf_the_content’ is closed to new replies.