Skip to content

Instantly share code, notes, and snippets.

@davemac
Last active September 5, 2022 12:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davemac/d2547151899515c68ad2d7d1b36ec173 to your computer and use it in GitHub Desktop.
Save davemac/d2547151899515c68ad2d7d1b36ec173 to your computer and use it in GitHub Desktop.
wp-cli delete all featured images of a post type
wp post list --post_type=dmc-sief-project --fields=ID --format=csv | xargs -I % wp post meta delete % _thumbnail_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment