wp post meta update <id> <key> <value>
Update a meta field
Arguments
Name | Description |
---|---|
id | The ID of the object |
key | The name of the meta field to update |
value | The new value. If omitted, the value is read from STDIN |
Options
Name | Description |
---|---|
--format <format> | The serialization format for the value |