Skip to content

Instantly share code, notes, and snippets.

@chrisdavidmiles
Created June 14, 2017 01:38
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 chrisdavidmiles/bb5ad5a445a1e0750ace15c087641c85 to your computer and use it in GitHub Desktop.
Save chrisdavidmiles/bb5ad5a445a1e0750ace15c087641c85 to your computer and use it in GitHub Desktop.
Disable WordPress password reset notification email
add_filter( 'send_email_change_email', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment