wordpress_activate_theme
Activate a WordPress theme by switching to it as the active theme using the stylesheet identifier. This tool enables theme management and site appearance changes.
Instructions
Activate a theme (switch to it as the active theme)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stylesheet | Yes |
Input Schema (JSON Schema)
{
"properties": {
"stylesheet": {
"type": "string"
}
},
"required": [
"stylesheet"
],
"type": "object"
}