Command discovery
Operations rail console
Selected mode
Create and import
Active object table
Rows mutate through temporary, saving, saved, local permission, imported, exported, and deleted states.
| Playground | Storage | State | Route/source | Actions |
|---|
Ready to copy 3,751 files
0 / 3751
Browser saves and local-directory saves have different reload, permission, and portability consequences.
| Playground | Storage | State | Updated | Actions |
|---|
Temporary Playgrounds reset destructively. Saved and local Playgrounds use Save and Reload.
- /wordpress
- wp-admin
- wp-content
- wp-includes
- wp-config.php
- index.php
/wordpress/wp-config.phpClean
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_HOST', 'localhost' );
define( 'WP_DEBUG', true );
/blueprint.jsonValid
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" },
"steps": []
}
Database management is an early access feature
WordPress Playground emulates MySQL using SQLite.
- Database driver
- MySQL emulation backed by SQLite
- SQLite database path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
GitHub access is session-only and is not stored after refresh.
Ready to package active Playground0%
SQLite-backed WordPress database
The database tools are early access and operate on the selected Playground.
- Driver
- MySQL emulation backed by SQLite
- Path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB