strangerstudios / pmpro-mailchimp

WordPress plugin for MailChimp integration.
https://www.paidmembershipspro.com/add-ons/pmpro-mailchimp-integration/
GNU General Public License v3.0
25 stars 23 forks source link

Change escaping function to allow HTML #141

Closed kimcoleman closed 2 months ago

kimcoleman commented 7 months ago

In this line: https://github.com/strangerstudios/pmpro-mailchimp/blob/dev/includes/settings.php#L79

The HTML is not being rendered and rather outputs:

Since v2.0, this plugin creates and synchronizes the <code>PMPLEVEL</code> and <code>PMPLEVELID</code> merge field in Mailchimp. <strong>This will only affect new or updated members.</strong>

I’d be ok with losing the <strong> and just use a printf to string in the PMPLEVEL and PMPLEVELID.

kimcoleman commented 2 months ago

Resolved in https://github.com/strangerstudios/pmpro-mailchimp/pull/144