• I have more than 20K users and it’s killing me!! Please let me know if you make this plugin work, it would be make my life much happier!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to your functions.php

    if ( !function_exists( 'wp_password_change_notification' ) ) {
        function wp_password_change_notification() {}
    }

    Just overriding the built in notifications with a blank function (doesn’t do anything so no emails sent).

    Thread Starter laresbernardo

    (@laresbernardo)

    Thanks, but whenever I paste this code in my theme’s functions.php the site collapses!
    Do you have any other suggestion? I appreciate it Wunderdojo!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working’ is closed to new replies.