Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tamarazuk/351a4c3075d1b41d49c5 to your computer and use it in GitHub Desktop.
Save tamarazuk/351a4c3075d1b41d49c5 to your computer and use it in GitHub Desktop.
WooCommerce CSV Import - Disable WP user email/password change emails
<?php // only copy this line if needed
add_filter( 'send_password_change_email', '__return_false' );
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