Skip to content

Instantly share code, notes, and snippets.

@Mamaduka
Created March 12, 2013 19:29
Show Gist options
  • Save Mamaduka/5146162 to your computer and use it in GitHub Desktop.
Save Mamaduka/5146162 to your computer and use it in GitHub Desktop.
WooCommerce: Disable Automatic Order Cancelling
<?php
/**
* Disable automatic order cancelling.
*/
add_filter( 'woocommerce_cancel_unpaid_order', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment