Skip to content

Instantly share code, notes, and snippets.

@twentyfortysix
Last active June 19, 2018 14:05
Show Gist options
  • Save twentyfortysix/488bb408317ba4ab6ea236f797897cda to your computer and use it in GitHub Desktop.
Save twentyfortysix/488bb408317ba4ab6ea236f797897cda to your computer and use it in GitHub Desktop.
wp-cli - bulk update meta
// erase post meta
for id in $(wp post list –post_type=’locations’ –format=ids); do wp post meta update $id print_textarea ''; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment