| layout | default |
|---|---|
| title | wp comment update |
| display_global_parameters | true |
wp comment update - Update one or more comments.
Quick links: Github issues
<id>... : One or more IDs of comments to update.
--<field>=<value> : One or more fields to update. See wp_update_comment().
# Update comment.
$ wp comment update 123 --comment_author='That Guy'
Success: Updated comment 123.