wordpress_get_block_template
Retrieve WordPress block templates by slug to access and manage reusable template structures for consistent site design and layout.
Instructions
Get block template by slug
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Input Schema (JSON Schema)
{
"properties": {
"slug": {
"type": "string"
}
},
"required": [
"slug"
],
"type": "object"
}