Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created July 31, 2018 14:06
Show Gist options
  • Save lukecav/18f259b817efaf382a8fcb1164032411 to your computer and use it in GitHub Desktop.
Save lukecav/18f259b817efaf382a8fcb1164032411 to your computer and use it in GitHub Desktop.
WooCommerce Customer / Coupon / Order CSV Import Suite send password reset emails after customer import
add_filter( 'wc_csv_import_suite_send_password_reset_emails', '__return_true' );
@lukecav
Copy link
Author

lukecav commented Jul 31, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment