Read or change site settings
wp_settingsRead WordPress site settings or update them in bulk. Use with caution as changes affect the entire site; confirm before applying outside a dev sandbox.
Instructions
Read general site settings, or change them by passing updates. Affects the whole site — confirm before changing anything beyond a dev sandbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Configured site name. Omit to use the default site. | |
| updates | No | Settings to change, e.g. {"title":"New name"}. Omit to just read current settings. |