Skip to content

Instantly share code, notes, and snippets.

@dgwyer
Created August 14, 2023 16:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgwyer/821b3773c9d90f57b275b365946a0604 to your computer and use it in GitHub Desktop.
Save dgwyer/821b3773c9d90f57b275b365946a0604 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Delete all posts for specified posts types
wp post delete $(wp post list --post_type='post,page,product,attachment' --format=ids) --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment