Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Created August 9, 2020 06:58
Show Gist options
  • Select an option

  • Save digisavvy/08053c52abf68fb12588767cd8482e49 to your computer and use it in GitHub Desktop.

Select an option

Save digisavvy/08053c52abf68fb12588767cd8482e49 to your computer and use it in GitHub Desktop.
For deleting all woo orders via terminus and wp cli
terminus remote:wp reebokfp.checkout -- post delete $(terminus remote:wp reebokfp.checkout -- post list --post_type=shop_order --format=ids) --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment