wp_update_site_settings
Update site-wide WordPress settings that affect every visitor, such as title, tagline, timezone, and language. Requires manage_options capability.
Instructions
Update site-wide settings (title, tagline, URL, language, timezone, default category, posts_per_page, etc.). Requires manage_options capability. Treats this as a publish-tier change because it affects every visitor to the site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| No | |||
| title | No | ||
| language | No | ||
| timezone | No | ||
| date_format | No | ||
| description | No | ||
| time_format | No | ||
| start_of_week | No | ||
| posts_per_page | No | ||
| default_category | No | ||
| default_ping_status | No | ||
| default_comment_status | No |