tamarazuk
1/21/2016 - 8:08 AM

WooCommerce CSV Import - Disable WP user email/password change emails

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