Skip to content

Instantly share code, notes, and snippets.

@gajayana
Created October 14, 2017 17:25
Show Gist options
  • Save gajayana/05b8759ea915d92ad38188635b3c7fe1 to your computer and use it in GitHub Desktop.
Save gajayana/05b8759ea915d92ad38188635b3c7fe1 to your computer and use it in GitHub Desktop.
CMV #3
$ for id in $(wp post list --post_type=company --fields=ID); do wp eval "update_field('upgraded', true, $id);"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment