hosting_deployWordpressTheme
Deploy a WordPress theme from a local directory to a hosting server and optionally activate it.
Instructions
Deploy a WordPress theme from a directory to a hosting server. This tool uploads all theme files and triggers theme deployment. The uploaded theme can optionally be activated after deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name associated with the hosting account (e.g., example.com) | |
| slug | Yes | WordPress theme slug (e.g., twentytwentyfive) | |
| themePath | Yes | Absolute or relative path to the theme directory containing all theme files | |
| activate | No | Whether to activate the theme after deployment (default: false) |