Home / Disable Admin Password Reset Emails
Duplicate Snippet

Embed Snippet on Your Site

Disable Admin Password Reset Emails

Don't send an email to the administrator of the site after a user resets their password.

200+
Code Preview
php
<?php
remove_action( 'after_password_reset', 'wp_password_change_notification' );

Comments

Add a Comment