mainwp_themes_install
Install a WordPress theme from WordPress.org on a specified site by providing the site identifier and theme slug.
Instructions
Install a theme from WordPress.org on a site
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site ID (number) or domain name (e.g., "1" or "pavinglist.com") | |
| slug | Yes | Theme slug from WordPress.org (e.g., "flavor") | |
| dry_run | No | Simulate the operation without making changes (defaults to MAINWP_ENABLE_DRY_RUN_BY_DEFAULT) |