Skip to content

Instantly share code, notes, and snippets.

@stevenspads
Created July 6, 2016 18:11
Show Gist options
  • Save stevenspads/6de2f69e8c5ff652e50b0445d88f02dc to your computer and use it in GitHub Desktop.
Save stevenspads/6de2f69e8c5ff652e50b0445d88f02dc to your computer and use it in GitHub Desktop.
WordPress - Disable user notification emails when changing a user's email address
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