Current Playground
Find a task, then inspect the exact next step.
Unsaved Playground
Temporary site running WordPress latest with PHP 8.3
Path /hello-from-playground/
Storage Browser not saved
Network Allowed
Database SQLite, 452 KB
Hello from WordPress Playground!
This is Playground, a WordPress that runs client-side in your browser.
Logged in as adminCommand palette
Search every Playground action
Type a task name or pick a group. Results stay on this page and open an inspector below the list.
Blueprint gallery
Browse 43 starting points without leaving search mode
Site Manager stack
All manager tabs appear as searchable destinations
SettingsVersions, language, network, reset
Applying these settings resets an unsaved Playground. Stored Playgrounds use Save & Reload.
File BrowserTree, create, upload, browse, edit
- /wordpress
- wp-admin
- wp-content
- wp-includes
- wp-config.php
- index.php
1 <?php define('CONCATENATE_SCRIPTS', false);
2
3 /** Database settings */
4 define('DB_NAME', 'database_name_here');
5 define('DB_USER', 'username_here');
6 define('DB_PASSWORD', 'password_here');
7 define('DB_HOST', 'localhost');
BlueprintCopy, download, run, edit JSON
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" }
}
DatabaseSQLite details and admin tools
Driver MySQL emulation backed by SQLite
Path /wordpress/wp-content/database/.ht.sqlite
Size 452 KB
Logs and portabilityEmpty states, GitHub export, zip download
Playground
No problems so far.
WordPress
No errors recorded.
PHP
No warnings or fatal errors.