cferdinandi / gmt-wordpress-for-web-apps

[DEPRECATED] A plugin that provides the essential components you need to power your web app with WordPress.
MIT License
66 stars 12 forks source link

Disable and replace default password change emails #74

Closed cferdinandi closed 8 years ago

cferdinandi commented 8 years ago

Currently already doing this, but it's all-or-nothing. Either both admins and the user get an email, or no one does. Add the ability to create separate messages for both parties, and selectively choose who gets what.

if ( !function_exists( 'wp_password_change_notification' ) ) {
    function wp_password_change_notification() {}
}
cferdinandi commented 8 years ago

http://wordpress.stackexchange.com/questions/218204/hook-after-user-password-change

cferdinandi commented 8 years ago

v7.1.0