Skip to content

Instantly share code, notes, and snippets.

@n1k1c4
Created December 8, 2017 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n1k1c4/cd7915fe16b6ed3ef4eb01aba303df54 to your computer and use it in GitHub Desktop.
Save n1k1c4/cd7915fe16b6ed3ef4eb01aba303df54 to your computer and use it in GitHub Desktop.
DELETE FROM wp_term_relationships WHERE object_id IN (SELECT ID FROM wp_posts WHERE post_type IN ('product','product_variation'));
DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts WHERE post_type IN ('product','product_variation'));
DELETE FROM wp_posts WHERE post_type IN ('product','product_variation');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment