Skip to content

Instantly share code, notes, and snippets.

@thommeredith
Created July 7, 2017 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thommeredith/b31ab0de226206b0ca3fe52d4fbef8b6 to your computer and use it in GitHub Desktop.
Save thommeredith/b31ab0de226206b0ca3fe52d4fbef8b6 to your computer and use it in GitHub Desktop.
wp cli custom post type remove post term
wp post list --post_type=program --fields=ID --format=csv | while read line ; do wp post term remove $line program_subjects connect ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment