mainwp_themes_activate
Activate a theme on a WordPress site by specifying the site ID or domain and theme slug. Optionally simulate the operation with dry run mode.
Instructions
Activate a theme on a WordPress site
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site ID (number) or domain name (e.g., "1" or "pavinglist.com") | |
| theme | Yes | Theme slug to activate | |
| dry_run | No | Simulate the operation without making changes (defaults to MAINWP_ENABLE_DRY_RUN_BY_DEFAULT) |