Skip to content

Instantly share code, notes, and snippets.

@strangerstudios
Created November 2, 2015 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strangerstudios/91e9870bda6f4218c030 to your computer and use it in GitHub Desktop.
Save strangerstudios/91e9870bda6f4218c030 to your computer and use it in GitHub Desktop.
Disable password change email sent to users since WP 4.3.
add_filter('send_password_change_email', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment