Palesantos
Junior Member
- Dec 22, 2016
- 119
- 38
This will be regarding Wordpress Emails Sent to Customers Who Registers An Account Via Wordpress.
Where can i find the file for this email so i can edit the content and how it shows up to my customers?
This email will be sent to my customer when they change their email address of their account.
————————–
Hi *AccName*,
This notice confirms that your email was changed on *website-name*.
If you did not change your email, please contact the Site Administrator at
*admin-email*
This email has been sent to *old-email*
Regards,
All at *website-name*
*website-link*
———————-
Is there anyway to edit content of the email above like not showing admin emails or anything?
I want to know where this file is located so i can edit it myself.
I want to hide the admin emails so it does not get leaked.
I asked someone and he replied:
You can change the content of that email via a filter. See
https://developer.wordpress.org/reference/hooks/email_change_email/
What are filters? http://docs.presscustomizr.com/arti...-filters-and-hooks-a-guide-for-non-developers
So i'm stuck at what to do to change or remove the line containing the admin email.
Any help would be appreciated
Where can i find the file for this email so i can edit the content and how it shows up to my customers?
This email will be sent to my customer when they change their email address of their account.
————————–
Hi *AccName*,
This notice confirms that your email was changed on *website-name*.
If you did not change your email, please contact the Site Administrator at
*admin-email*
This email has been sent to *old-email*
Regards,
All at *website-name*
*website-link*
———————-
Is there anyway to edit content of the email above like not showing admin emails or anything?
I want to know where this file is located so i can edit it myself.
I want to hide the admin emails so it does not get leaked.
I asked someone and he replied:
You can change the content of that email via a filter. See
https://developer.wordpress.org/reference/hooks/email_change_email/
What are filters? http://docs.presscustomizr.com/arti...-filters-and-hooks-a-guide-for-non-developers
So i'm stuck at what to do to change or remove the line containing the admin email.
Any help would be appreciated