I have a user registration form that I created in forminator and it’s working great with one exception. It is set up so that I (admin) must approve new members as they register. The only problem is that I want to update the default email that goes to the user once they are approved. The current email is:
Dear xxx,
Your account on xxx has been activated! Please find your login details below.
Login page: xxx
Username: xxx
Password: Use the password that you submitted when registering your account, or set a new password at the link below.
<xxx>
This message was sent from xxx
I’d like to add some additional custom information to this form. I’ve tried “Better Notifications for WP” plugin (Notification For: New User Registration – For User) which had no effect. I also tried a filter on the “wp_new_user_notification_email” hook, but that didn’t work either. Is there a WPMU hook I can use or other way I can customize this email?
thanks!