lukecav / woocommerce-delete-all-orders

Delete all your WooCommerce orders with this script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete all WooCommerce orders

Delete all your Woocommerce orders with this script. Use at own risk

I just want the SQL-queries

Here you go!

DELETE FROM wp_woocommerce_order_itemmeta
DELETE FROM wp_woocommerce_order_items
DELETE FROM wp_posts WHERE post_type = 'shop_order'

About

Delete all your WooCommerce orders with this script.


Languages

Language:PHP 100.0%