Thread Starter
joapau
(@joapau)
Thanks. I will test it today and see.
Edit: Did not work. When I activate it, and save, it goes back to deactivated
-
This reply was modified 6 years, 3 months ago by joapau.
Thread Starter
joapau
(@joapau)
I am only using your plugin.
I do not use a plugin to send a custom welcome email. This is a functions I have created in my includes folder and included in functions.php.
I am listening on the “edit_user_created_user” hook to fetch all the users registered in the back-end. From there I am fetching the user data from the “get_userdata($user_id)”
Thread Starter
joapau
(@joapau)
Yes that is exactly what we want.
We have a custom email set up with all our variables for our user, but then we need to be able to fetch the user from the get_userdata($user_id) in the user_register hook.
But it seems like this hook is not fired when we import from your plugin.