Options Toolswordpress_update_option
Options Tools

wordpress_update_option

Update a WordPress option value.

wordpress_update_option

Update an option value.

Parameters

ParameterTypeRequiredDescription
optionstringYesOption name
valuestringYesOption 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'"

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