I have shown in the past how to change the WordPress new user notification by rewriting the wp_new_user_notification() function, which is a pluggable function. But the transition from WP 4.2 to 4.3 showed why even pluggable functions can be problematic. So here is a way to do it with a filter that almost no one knows about – wp_mail. Continue Reading →
wp_new_user_notification
Change the WordPress new user registration email to use the WP-Members email
This is a script that will allow you to set up a plugin to change the native WordPress new user registration email (the one that comes from WordPress when a new user is registered) to use the WP-Members new user registration email. Continue Reading →