Options Tools
wordpress_get_option
Get a WordPress option value by option name.
wordpress_get_option
Get option value by name.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| option | string | Yes | Option name |
Response
{
"success": true,
"option": "blogname",
"value": "My Site"
}
Example Prompts
- "Get the blogname option"
- "What is the value of option 'permalink_structure'?"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
