mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://wordpress.stackexchange.com/questions/206353/disable-email-notification-after-change-of-password
1 line
62 B
PHP
1 line
62 B
PHP
add_filter( 'send_password_change_email', '__return_false' );
|