hosting_deployWordpressPlugin
Upload and deploy a WordPress plugin from a local directory to a hosting server. Provide domain, plugin slug, and plugin path to automate deployment.
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 |