Skip to content

CheckoutWC: disable check create account by default

If you are using CheckoutWC on your WooCommerce store, when you enter an email that is not registered, it will auto check the flag “Create an Account..” and show the password field.

add this code to your functions.php file to disable.

add_filter( 'cfw_check_create_account_by_default', '__return_false' );