Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibrahim-kardi/4d25e0ad52b82e0dc37058d7aca70321 to your computer and use it in GitHub Desktop.
Save ibrahim-kardi/4d25e0ad52b82e0dc37058d7aca70321 to your computer and use it in GitHub Desktop.
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