Support

Home Forums Event Espresso Premium custom wordpress user registration mail

custom wordpress user registration mail

Posted: September 9, 2016 at 3:19 am

Viewing 1 reply thread


mark tollenaere

September 9, 2016 at 3:19 am

hi,
we created a custom wordpress user registration mail with the plugin “theme my login” for new users.
But if users regsitrate for an event, a new user is generated with the wp user addon, the it’s still the default wordpress registration mail that’s being sent.
Is there a possibility to this customized message?
or customize it in another way?

thanks!
Lieven


Josh

  • Support Staff

September 12, 2016 at 3:23 pm

Hi Lieven,

It turns out that the new user email is sent using the wp_new_user_notification() function which is pluggable. This means you can overwrite it with your own custom function.

So to customize, you copy the original code from WordPress core, or here:
https://developer.wordpress.org/reference/functions/wp_new_user_notification/#source

And paste the code into your custom plugin, and make your edits there.

Viewing 1 reply thread

The support post ‘custom wordpress user registration mail’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso