Selected mode
Create a Playground
Saved and unsaved Playgrounds
Open, manage, rename, or delete the active objects. The unsaved row is a real temporary state, not a saved item.
- /wordpress
- wp-admin
- wp-content
- wp-includes
- wp-config.php
- index.php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_HOST', 'localhost' );
define( 'WP_DEBUG', true );
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": true,
"preferredVersions": { "php": "8.3", "wp": "latest" },
"steps": []
}
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
Blueprint gallery
Representative subset: 8 shown from the current 43 Blueprint gallery entries.
SQLite database
- Driver
- MySQL emulation backed by SQLite
- Path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Portability status
ZIP bundle is not generated yet. GitHub export requires account connection.
Primary flow
Download as .zip
Packages files and the SQLite database into a portable archive.
Export to GitHub
Import .zip
Selected archive: agency-site-export.zip, 14.8 MB.
Other exports
Transfer history
Live WordPress shell
Ready at /hello-from-playground/Temporary Playground
Hello from WordPress Playground!
This Playground runs client-side in your browser. Use the operations rail to start from PRs, GitHub, Blueprints, zip archives, saved objects, or a clean WordPress install.
Note that you are logged-in as admin. Save before refresh if you need to keep this site.