Updating a plugin on a live WordPress site is a leap of faith. Preflight Update Sandbox removes the guesswork.
When a plugin update is available, Preflight Update Sandbox boots a throwaway WordPress sandbox in your browser using
WordPress Playground, reproduces your active plugins, and runs the update
there first. It performs an A/B test:
- Before — your active plugins at their current versions.
- After — the same set, but with the target plugin updated.
If the "before" sandbox is healthy and the "after" sandbox is healthy, the update is marked
Safe and you can apply it with one click. If "after" breaks while "before" worked, the update is flagged
Unsafe and held back.
No staging server. No paid infrastructure. The sandbox runs in the browser and is discarded when you are done.
Why it is different
Rollback plugins only help
after something breaks. Staging tools are heavy, manual, and often cost money. Preflight Update Sandbox tests
before you commit, using free, disposable browser-based sandboxes — a capability only recently made possible by WordPress Playground.
What this early version does
- Detects pending plugin updates.
- Boots matched sandboxes (WordPress + PHP versions matched to your site).
- Runs automated health checks (front page and login screen load, no fatal/critical errors).
- Gives a Safe / Unsafe / Inconclusive verdict with details.
- Live sandbox preview: boots the updated site in a visible, interactive sandbox right in the admin, with a Before/After toggle and an "Open in new tab" link, so you can click around and see the update working before applying it.
- Applies a passed update with one click, securely.
On the roadmap
- Theme and WordPress core update testing.
- Importing your real content (WXR) into the sandbox for deeper checks.
- Visual-regression screenshots (before vs. after).
- Premium-plugin support via uploaded zips.
- Scheduled background testing with email/Slack alerts.
- Upload the
preflight-update-sandbox folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload Plugin.
- Activate Preflight Update Sandbox through the Plugins screen.
- Open Preflight Update Sandbox in the admin menu.
- Click Test in sandbox on any pending update.
Requires a browser with network access to
playground.wordpress.net.