hosting_deployWordpressPlugin
Upload a WordPress plugin directory to a hosting server and trigger deployment. Specify the domain, plugin slug, and local plugin path.
Instructions
Deploy a WordPress plugin from a directory to a hosting server. This tool uploads all plugin files and triggers plugin deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name associated with the hosting account (e.g., example.com) | |
| slug | Yes | WordPress plugin slug (e.g., omnisend) | |
| pluginPath | Yes | Absolute or relative path to the plugin directory containing all plugin files |