wp option add <key> <value>
Adds a new option value
Arguments
Name | Description |
---|---|
key | The name of the option to add |
value | The value of the option to add. If omitted, the value is read from STDIN |
Options
Name | Description |
---|---|
--format <format> | The serialization format for the value |
--autoload <autoload> | Should this option be automatically loaded |