Options Tools
wordpress_list_options
List WordPress options (settings) with optional search filtering.
wordpress_list_options
List WordPress options (with optional search filter).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| search | string | No | Search term to filter option names |
Response
{
"success": true,
"options": [
{
"option": "blogname",
"value": "My Site"
}
]
}
Example Prompts
- "List options containing 'blog'"
- "Show me WordPress options related to 'timezone'"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
