Skip to content

lukecav/woocommerce-delete-all-orders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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'

Packages

No packages published

Languages

  • PHP 100.0%