wp post meta get

Get meta field value.

wp post meta get <id> <key> [--format=<format>]

Options

<id>

The ID of the object.

<key>

The name of the meta field to get.

[--format=<format>]

Get value in a particular format. [Default: var_export]

Options:
  • var_export
  • json
  • yaml