Skip to content

Instantly share code, notes, and snippets.

@Spirecool
Created April 22, 2021 16:29
Show Gist options
  • Select an option

  • Save Spirecool/00e4beb947d222ffc660423ecedb1219 to your computer and use it in GitHub Desktop.

Select an option

Save Spirecool/00e4beb947d222ffc660423ecedb1219 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'woocommerce_payment_complete_order_status', 'bbloomer_autocomplete_processing_orders', 9999 );
function bbloomer_autocomplete_processing_orders() {
return 'completed';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment