Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • 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
@catgofire
Copy link

Thanks for this! Be warned, as with all wp-cli stuff that iterates over a large number of things, this is slow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment