Description
wpmem_email_newmod was deprecated in version 3.2! Use wpmem_email_filter instead.
This hook allows you to filter the body content of the initial email that is sent to a new user when using moderated registration. This will indicate that the registration is pending approval
Some important considerations:
- If registration is moderated and the random initial password is used, you should not send a password in this email.
- If you are using moderated registration AND user defined passwords, and you want to send the user a copy of their chosen password via email, you should send it in this email.