hosting_deployWordPressThemeV1
Deploy a WordPress theme from an uploaded directory and optionally activate it right after.
Instructions
Deploy a WordPress theme from an already uploaded directory.
This endpoint allows you to deploy a WordPress theme that has been uploaded to the website's directory. The theme can be optionally activated after deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug of the theme | |
| domain | Yes | Domain name | |
| username | Yes | username parameter | |
| theme_path | Yes | Relative path to the theme directory from wp-content/themes | |
| is_activated | No | Whether to activate the theme after deployment |