I just confirmed it works for WP 5.5 + WC 4.4.1
-
I just confirmed that this plugin works with WP 5.5 and Woocommerce 4.4.1 as long as the if email exists in function wc_create_new_customer in /woocommerce/includes/wc-user-functions.php is removed for Woocommerce.
Simply remove the one line after the if email_exists check in wc-user-functions.php to get it to work.
if ( email_exists( $email ) ) { }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘I just confirmed it works for WP 5.5 + WC 4.4.1’ is closed to new replies.