사용자 비밀번호 메일 발송 금지

 
add_action('init', function(){
    remove_action( 'after_password_reset', 'wp_password_change_notification' );
});