Edit reset/lost password notification
-
HI, i want to delete the email sent to admin when user reset password but i want customize too the email sent to user.
For now i created a plugin and wrote this:
if ( !function_exists( 'wp_password_change_notification' ) ) { function wp_password_change_notification(){ // do nothing } }
But these just avoid admin notification on user reset password. Is there any way to change the content of email sent to user? Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Edit reset/lost password notification’ is closed to new replies.