Skip to content

Instantly share code, notes, and snippets.

@mgratch
Created August 3, 2018 16:43
Show Gist options
  • Save mgratch/c70e0d3cb8f6fc3a2f5f2bb3bd077b98 to your computer and use it in GitHub Desktop.
Save mgratch/c70e0d3cb8f6fc3a2f5f2bb3bd077b98 to your computer and use it in GitHub Desktop.
Delete all the posts.
// delete all the posts
wp post delete $(wp post list --format=ids) --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment