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' );