Last active
April 7, 2020 16:49
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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