wp_update_site_settings
Update a WordPress site's general settings including title, tagline, and timezone. Requires administrator access.
Instructions
Updates one or more general settings for a WordPress site. Requires administrator role (manage_options capability).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| title | No | The title of the site. | |
| description | No | The tagline or description of the site. | |
| timezone | No | A city in the same timezone, e.g., 'America/New_York'. |