What’s wrong with Customizing new user notification email by add_filter?
There is actually nothing wrong with the code that you have (I tested it as you have it above and it works fine). But you have to account for some additional possibilities: The wp_new_user_notification() function is a pluggable function. So it can be replaced by a plugin or by custom code. And if it is … Read more