Skip to content

Instantly share code, notes, and snippets.

@exlil
exlil / delete-product_cat.sh
Created July 18, 2018 08:22
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