Skip to content

Instantly share code, notes, and snippets.

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 KoolPal/11b317d621cbab1325e3de171ecc5695 to your computer and use it in GitHub Desktop.
Save KoolPal/11b317d621cbab1325e3de171ecc5695 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