Delete Orders by Order Date; Bulk permanently Delete Products from the Edit ...
2- Delete all orders. To delete all orders at once, you need to select these values in the Bulk Edit fields. Select the ...
I've been told that woocommerce orders write meta down to multiple tables and want ...
Why can't you bulk Trash them using the checkboxes?
Woocommerce orders are stored in the post table, postmeta table, woocommerce_order_items , and woocommerce_order_itemmeta tables.
The WooCommerce order admin interface is robust and powerful, but not for bulk trashing. I can only send around
You can use this plugin in order to delete in bulk https://wordpress.org/plugins/ woocommerce-store-toolkit.
Bulk deleting orders is sometimes necessary, such as orders which have
Enable Allow personal data to be removed in bulk from orders.
Below is the query that I am confident will help remove the data from completed woocommerce orders. My question is more of a DB Query one: