Disable Password Changed Notifications in WordPress
<?php if ( !function_exists( 'wp_password_change_notification' ) ) { function wp_password_change_notification() { } }