wordpress_theme_exists
Check if a WordPress theme is installed on your site to verify theme availability before activation or configuration.
Instructions
Check if a theme is installed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | Yes |
Input Schema (JSON Schema)
{
"properties": {
"theme": {
"type": "string"
}
},
"required": [
"theme"
],
"type": "object"
}