Created
February 24, 2022 14:30
-
-
Save ibrahim-kardi/4d25e0ad52b82e0dc37058d7aca70321 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It will enable the auto-check for creating an account. | |
add_filter('woocommerce_create_account_default_checked' , function ($checked){ | |
return true; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment