Skip to content

Instantly share code, notes, and snippets.

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