Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tamarazuk/6e98c98ef4d04d4a6a6dc064ce7edf43 to your computer and use it in GitHub Desktop.
Save tamarazuk/6e98c98ef4d04d4a6a6dc064ce7edf43 to your computer and use it in GitHub Desktop.
WooCommerce Customer/Order/Coupon Export: Export all orders when automatically exporting (don't skip orders with exported status)
<?php // only copy this line if needed
add_filter( 'wc_customer_order_export_auto_export_new_orders_only', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment