Everytime a user resets it's password I receive an email to my admin email.
As far as I know I cannot disable it by a setting.
I can apply the following snippet
add_filter( 'send_password_change_email', '__return_false' );
But I believe it should be somewhere over WordPress settings.
That's all
Everytime a user resets it's password I receive an email to my admin email.
As far as I know I cannot disable it by a setting.
I can apply the following snippet
add_filter( 'send_password_change_email', '__return_false' );
But I believe it should be somewhere over WordPress settings.
That's all