wp_get_option
Retrieve a WordPress option value by its key, such as site title, timezone, or permalink structure. Use to read configuration settings for display, debugging, or conditional logic.
Instructions
Get a single WordPress option value by key. Common options: blogname, blogdescription, timezone_string, date_format, time_format, permalink_structure, posts_per_page, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Option key (e.g. "blogname", "timezone_string", "permalink_structure") |