Runtime
Settings control room
Create routes
All launch contracts/hello-from-playground/
Hello from WordPress Playground!
This is Playground, a WordPress that runs client-side in your browser. It is ready for runtime, file, database, and Blueprint operations.
You are logged in as admin in a temporary Playground.
Runtime-adjacent tools
Temporary Playgrounds reset when runtime settings are applied.
latest, PHP 8.3, English, network on, multisite off
This destructive reset replaces the current WordPress files and SQLite database.
<?php define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
Blueprint gallery
Representative subset of 43An art gallery created with the Vueo theme.
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": { "php": "8.3", "wp": "latest" },
"features": { "networking": true }
}
JSON valid. Running will replace the current site content.
WordPress Playground emulates MySQL using SQLite. Tools operate on the selected active Playground database.
- Database driver
- MySQL emulation backed by SQLite
- SQLite database path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Database selected. Download has not started.
- No problems so far.
- No PHP warnings on the current request.
- SQLite driver loaded.