Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Created December 19, 2019 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/634f28fec17b323e4efe25986220a528 to your computer and use it in GitHub Desktop.
Save clifgriffin/634f28fec17b323e4efe25986220a528 to your computer and use it in GitHub Desktop.
Use default WooCommerce login with CheckoutWC
<?php
// Do NOT include opening php tag.
// Add to functions.php file or using your favorite snippets plugin
add_filter( 'cfw_suppress_default_login_form', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment