hosting_deployWordpressPlugin
Deploy a WordPress plugin by uploading all plugin files from a directory to a hosting server. Provide domain, plugin slug, and 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 |
|---|---|---|---|
| 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 |