Community Support Forums — WordPress® ( Users Helping Users ) — 2011-09-01T23:44:52-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14800 2011-09-01T23:44:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14800&p=33727#p33727 <![CDATA[Re: How to disable "Thank you! Your account has been updated]]>

Statistics: Posted by Cristián Lávaque — September 1st, 2011, 11:44 pm


]]>
2011-09-01T20:26:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14800&p=33697#p33697 <![CDATA[Re: How to disable "Thank you! Your account has been updated]]> James Tan

Statistics: Posted by jameztcc — September 1st, 2011, 8:26 pm


]]>
2011-09-01T18:16:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14800&p=33680#p33680 <![CDATA[Re: How to disable "Thank you! Your account has been updated]]>
Maybe this thread will help you with that: viewtopic.php?f=4&t=10368

Statistics: Posted by Cristián Lávaque — September 1st, 2011, 6:16 pm


]]>
2011-09-01T08:08:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14800&p=33616#p33616 <![CDATA[How to disable "Thank you! Your account has been updated."]]>
is there a way I can disable or 'comment' out the "Thank you! Your account has been updated." email after user paid PayPal and upgraded?

Should I modify this file?

I just did a grep for "Thank" and wp_mail without any debugging work done.


Code:
includes/classes/paypal-notify-in-subscr-or-wa-w-level.inc.php:                                                                                                                         wp_mail ($paypal["payer_email"], apply_filters ("ws_plugin__s2member_modification_email_sbj", "Thank you! Your account has been updated.", get_defined_vars ()), apply_filters ("ws_plugin__s2member_modification_email_msg", "Thank you! You've been updated to:\n" . $paypal["item_name"] . "\n\nPlease log back in now.\n" . wp_login_url (), get_defined_vars ()), "From: \"" . preg_replace ('/"/', "'", $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_name"]) . "\" <" . $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_email"] . ">\r\nContent-Type: text/plain; charset=utf-8");
includes/classes/paypal-notify-in-wa-ccaps-wo-level.inc.php:                                                                                                                            wp_mail ($paypal["payer_email"], apply_filters ("ws_plugin__s2member_capabilities_email_sbj", "Thank you! Your account has been updated.", get_defined_vars ()), apply_filters ("ws_plugin__s2member_capabilities_email_msg", "Thank you! You now have access to:\n" . $paypal["item_name"] . "\n\nPlease log back in now.\n" . wp_login_url (), get_defined_vars ()), "From: \"" . preg_replace ('/"/', "'", $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_name"]) . "\" <" . $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_email"] . ">\r\nContent-Type: text/plain; charset=utf-8");
includes/classes/paypal-notify-in-subscr-modify-w-level.inc.php:                                                                                                                wp_mail ($paypal["payer_email"], apply_filters ("ws_plugin__s2member_modification_email_sbj", "Thank you! Your account has been updated.", get_defined_vars ()), apply_filters ("ws_plugin__s2member_modification_email_msg", "Thank you! You've been updated to:\n" . $paypal["item_name"] . "\n\nPlease log back in now.\n" . wp_login_url (), get_defined_vars ()), "From: \"" . preg_replace ('/"/', "'", $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_name"]) . "\" <" . $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_email"] . ">\r\nContent-Type: text/plain; charset=utf-8");
 


thanks!
James Tan

Statistics: Posted by jameztcc — September 1st, 2011, 8:08 am


]]>