Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 685 Bytes

File metadata and controls

30 lines (18 loc) · 685 Bytes
layout default
title wp comment update
display_global_parameters true

Commands » comment » update

wp comment update - Update one or more comments.

Quick links: Github issues


OPTIONS

<id>... : One or more IDs of comments to update.

--<field>=<value> : One or more fields to update. See wp_update_comment().

EXAMPLES

# Update comment.
$ wp comment update 123 --comment_author='That Guy'
Success: Updated comment 123.