This file contains hidden or 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
/* | |
Only change the from email/name on PMPro emails. | |
This code is useful if Paid Memberships Pro is updating the from name and email on non-PMPro emails and you don't want it to. | |
Add this code to your active theme's functions.php or a custom plugin. | |
*/ | |
function my_pmpro_email_headers_init() | |
{ | |
//first remove the default actions |