No email to the admin for each new user
WordPress stops emailing the site administrator every time someone registers. The new user still gets their welcome email.
<?php
add_filter( 'wp_send_new_user_notification_to_admin', '__return_false' );
In these packs
- Users and profiles: Registration dates, last logins, social profile fields, longer sessions and stricter passwords.
- Email: Emails from your name and address, sent through SMTP, and fewer notification emails.