Options Toolswordpress_get_option
Options Tools

wordpress_get_option

Get a WordPress option value by option name.

wordpress_get_option

Get option value by name.

Parameters

ParameterTypeRequiredDescription
optionstringYesOption name

Response

{
  "success": true,
  "option": "blogname",
  "value": "My Site"
}

Example Prompts

  • "Get the blogname option"
  • "What is the value of option 'permalink_structure'?"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025