Last active
August 20, 2020 12:31
-
-
Save andrewlimaza/cc6d1c2f902be4629432e704438d999e to your computer and use it in GitHub Desktop.
Stop PMPro from editing other WordPress email formats. Remove email filter.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove_filter( 'wp_mail_content_type', 'pmpro_wp_mail_content_type' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment