Skip to content

Instantly share code, notes, and snippets.

@exlil
Created July 18, 2018 08:22
Show Gist options
  • Save exlil/93dadd20e076273ecdc04289f3be735b to your computer and use it in GitHub Desktop.
Save exlil/93dadd20e076273ecdc04289f3be735b to your computer and use it in GitHub Desktop.
Delete all WooCommerce product categories with wp-cli
wp term list product_cat --field=term_id | xargs wp term delete product_cat
# Inspired by https://gist.github.com/growdev/b68e35b5c6e0856bdbf1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment