Skip to content

Instantly share code, notes, and snippets.

@ewistrand
Created November 23, 2015 21:48
Show Gist options
  • Save ewistrand/da3eea0e9db51953d57c to your computer and use it in GitHub Desktop.
Save ewistrand/da3eea0e9db51953d57c to your computer and use it in GitHub Desktop.
Woocommerce disable requirement of payment
<?php
// woocommerce cart disable requirement of payment
add_filter('woocommerce_cart_needs_payment', '__return_false');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment