Open
Description
The options for a widget are stored as a serialised array. There's no way of patching a field in a widget's options using wp widget update
.
Possible syntax:
wp widget patch <widget-id> <field> <key-path>... [<value>]
Example usage:
wp widget patch archives-3 options title "My Site Archives"