Skip to content

Instantly share code, notes, and snippets.

@njeffers
Last active January 7, 2020 05:39
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 njeffers/b677f7327269f69c6fe064804d13f0fa to your computer and use it in GitHub Desktop.
Save njeffers/b677f7327269f69c6fe064804d13f0fa to your computer and use it in GitHub Desktop.
Force Woocommerce to Collect Payment Info on All Orders
/**
* Force Woocommerce to require payment on all orders
*
* @author Nick Jeffers
* @url nickjeffers.com
*/
add_filter( 'woocommerce_cart_needs_payment', '__return_true', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment