Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kosarlukascz/cdb5c416ecca139aa167f08c7b92334d to your computer and use it in GitHub Desktop.
Save kosarlukascz/cdb5c416ecca139aa167f08c7b92334d to your computer and use it in GitHub Desktop.
Remove orders
update wp_posts set post_status = 'trash' where post_type = 'shop_order';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment