No email to the admin when users change passwords
The site administrator no longer gets an email each time a user resets their password.
<?php
remove_action( 'after_password_reset', 'wp_password_change_notification' );
In these packs
- Email: Emails from your name and address, sent through SMTP, and fewer notification emails.