Advertisement
GochiSiyan

new user registration email

May 3rd, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. add_filter('wp_new_user_notification_email_admin',function ($wp_new_user_notification_email_admin, $user, $blogname){
  2. $wp_new_user_notification_email_admin['message'] = 'put your message here';
  3. return $wp_new_user_notification_email_admin;
  4. },99999,3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement