Skip to content

Instantly share code, notes, and snippets.

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 extremeshok/f6f485990cec5e81662c569d835049f2 to your computer and use it in GitHub Desktop.
Save extremeshok/f6f485990cec5e81662c569d835049f2 to your computer and use it in GitHub Desktop.
woocommerce wp-cli remove all products
/usr/local/bin/wp-cli --allow-root --path=/var/www/html post list --field=ID --post_type=product | xargs /usr/local/bin/wp-cli --allow-root --path=/var/www/html post delete --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment