Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save enigmart/cc57c40e0e1eaae11b0f649a34e47a8a to your computer and use it in GitHub Desktop.
Save enigmart/cc57c40e0e1eaae11b0f649a34e47a8a to your computer and use it in GitHub Desktop.
WP-CLI command to delete all WooCommerce users
wp user list --field=ID --role=customer | xargs wp user delete --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment