Skip to content

Instantly share code, notes, and snippets.

@interactiveRob
Created June 21, 2021 19:53
Show Gist options
  • Save interactiveRob/17ddf09b50e5f135e466a562becaaa52 to your computer and use it in GitHub Desktop.
Save interactiveRob/17ddf09b50e5f135e466a562becaaa52 to your computer and use it in GitHub Desktop.
WP CLI delete all posts by post type
wp post delete $(wp post list --post_type='my_post_type' --format=ids) --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment