wp_update_widget_instance
Updates a WordPress text or custom HTML widget by its instance ID, replacing title and content to change what appears in the widget area.
Instructions
Update a text or custom_html widget instance by widget ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Widget instance ID (e.g. text-2, custom_html-3) | |
| text | No | Content for text widgets | |
| title | No | ||
| content | No | HTML content for custom_html widgets |