Disable Admin Password-Change Emails
Stops WordPress from sending the admin notification email whenever a user changes their password.
PHPby SnipCraft
php
<?php
add_filter( 'send_password_change_email', '__return_false' );#admin#email#notifications#password