Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('wp_new_user_notification_email_admin',function ($new_user_email){
- $new_user_email['message']='your new message here';
- return $new_user_email;
- },9999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement