Skip to content

Instantly share code, notes, and snippets.

@n1k1c4
Last active December 8, 2017 10:29
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/2dba8d4ef314271a987d6b1d49e514e9 to your computer and use it in GitHub Desktop.
Save n1k1c4/2dba8d4ef314271a987d6b1d49e514e9 to your computer and use it in GitHub Desktop.
DELETE a,c FROM wp_terms AS a
LEFT JOIN wp_term_taxonomy AS c ON a.term_id = c.term_id
LEFT JOIN wp_term_relationships AS b ON b.term_taxonomy_id = c.term_taxonomy_id
WHERE c.taxonomy = 'product_cat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment