hosting_deployWordpressPlugin
Upload all files from a plugin directory to a hosting server and trigger plugin deployment for a specified domain and plugin slug.
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 |
|---|---|---|---|
| slug | Yes | WordPress plugin slug (e.g., omnisend) | |
| domain | Yes | Domain name associated with the hosting account (e.g., example.com) | |
| pluginPath | Yes | Absolute or relative path to the plugin directory containing all plugin files |