Skip to content

Instantly share code, notes, and snippets.

@twentyfortysix
Created February 18, 2019 14:28
Show Gist options
  • Save twentyfortysix/a395b2ea4e4b3ecc4e63a56c04998959 to your computer and use it in GitHub Desktop.
Save twentyfortysix/a395b2ea4e4b3ecc4e63a56c04998959 to your computer and use it in GitHub Desktop.
for POST in $(wp post list --post_type=locations --meta_key=page_subtype --meta_value=event --format=ids); do wp post update $POST --post_status=draft; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment