site.update_option.v1
Update WordPress site settings by modifying specific options like blog name, tagline, or search engine visibility through a custom endpoint, with only approved keys permitted for safe changes.
Instructions
Update wp_options via custom endpoint. Allowed keys: blog_public, blogdescription, blogname.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||