Skip to content

Instantly share code, notes, and snippets.

@webdados
Created December 15, 2017 18:03
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 webdados/d2f525e92ddb4773b39d1e1ed1d3d9a4 to your computer and use it in GitHub Desktop.
Save webdados/d2f525e92ddb4773b39d1e1ed1d3d9a4 to your computer and use it in GitHub Desktop.
Auto cancellation of WooCommerce Multibanco orders if "Manage stock" and "Hold stock (minutes)" are configured
<?php
// Multibanco IfThen - Cancel orders if "Manage stock" and "Hold stock (minutes)" are configured - Be advised that the Multibanco reference will still be active and can be paid
add_filter( 'multibanco_ifthen_cancel_unpaid_orders', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment