Actions
The Actions page is the central hub where you run operations on one or more selected websites. It uses resources you created (themes, plugins, snippets, and system reports) and applies them across sites in parallel.
Each website is listed with a checkbox. Use the Select All checkbox to include every available website. Actions run on the set of currently selected sites. You can uncheck individual sites after using Select All.

Actions operate on resources you register in Control Spot. The main action types are listed below.
- Themes — install, update, activate, deactivate, delete
- Plugins — install, update, activate, deactivate, delete
- Snippets — apply registered code snippets to selected websites
- WordPress Core — update WordPress core
- System Reports — view custom system reports for selected websites

When you start an action, Control Spot executes it in parallel on all selected websites. The results table shows one row per website with success/failure status and an execution log for troubleshooting.
- Select websites (or use Select All)
- Choose a resource (theme, plugin, snippet, core, or report)
- Pick the specific action (install / update / apply / view)
- Confirm and run the action
- Monitor per-site status in the results table
Test risky actions on a staging site first. For snippets, prefer idempotent code (safe to run multiple times) or include a one-time guard. Review failure logs and retry only after verifying the issue.