@sofijagb
Active 5 years, 9 months ago
-
Henry Wright replied to the topic Email to admin when new user register in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @sofijagb
That particular email’s message isn’t filterable but the function which sends the email is pluggable, which means you can write your own function. For more info on pluggable function in WordPress, check out:
https://codex.wordpress.org/Pluggable_Functions
The function you’ll need to override is
wp_new_user_notification()
Hope this…[Read more]