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