wp_get_settings
Retrieve a WordPress site's editable settings: title, description, timezone, posts per page, and front page configuration. Read-only, returns only these seven fields.
Instructions
Read a site's editable settings: title, description, timezone, posts_per_page, show_on_front, page_on_front, page_for_posts.
Read-only, and deliberately narrow: only those seven fields are returned (the site URL, admin email and language are never exposed or editable through this server). Requires the REST transport, and an ADMINISTRATOR app password - WP's settings endpoint refuses lesser roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | Yes |