Options Tools
wordpress_update_option
Update a WordPress option value.
wordpress_update_option
Update an option value.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| option | string | Yes | Option name |
| value | string | Yes | Option value |
Response
{
"success": true,
"updated": true,
"option": "blogname"
}
Example Prompts
- "Update the blogname option to 'Respira Demo Site'"
- "Set the timezone_string option to 'America/New_York'"
Related Tools
Notes
- Options can affect site behavior; prefer making changes on staging first
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
