wordpress_get_style_variations
Retrieve available style variations for WordPress block themes to customize site appearance and design options.
Instructions
Get theme style variations for block themes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stylesheet | Yes |
Input Schema (JSON Schema)
{
"properties": {
"stylesheet": {
"type": "string"
}
},
"required": [
"stylesheet"
],
"type": "object"
}