Skip to content

Instantly share code, notes, and snippets.

@psorensen
Created December 14, 2021 00:26
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 psorensen/9bd47b7a937db32d60ad7c88f14f09fd to your computer and use it in GitHub Desktop.
Save psorensen/9bd47b7a937db32d60ad7c88f14f09fd to your computer and use it in GitHub Desktop.
WP-CLI: Update a field based on query.
wp post update --post_excerpt='A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring' $(wp post list --post_type=page --format=ids)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment