This is an Unsaved Playground. Changes are lost on refresh until saved locally.
Your Playgrounds
OPFS local
Fast starts
Start a new Playground
Route inputs visible
Featured Blueprints
Showing all 43 blueprints
Gallery
Import existing work
.zip route
File browser
/wordpress/wp-config.phpPHP
<?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' );
/* Playground runtime configuration */
define( 'WP_DEBUG', true );
define( 'WP_ENVIRONMENT_TYPE', 'local' );
Blueprint editor
/blueprint.jsonJSON
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Playground Welcome Landing Page",
"description": "Landing page for WordPress Playground",
"categories": ["meta"]
},
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": {
"php": "8.3",
"wp": "latest"
},
"steps": [
{ "step": "runPHPWithOptions",
"options": { "code": "<?php /* create welcome page */" }
}
]
}
Database management is an early access feature. WordPress Playground emulates MySQL using SQLite. Report issues on the GitHub issue tracker.
- Database driver:
- MySQL emulation backed by SQLite
- SQLite path:
- /wordpress/wp-content/database/.ht.sqlite
- Size:
- 452 KB
| Table | Rows | Updated |
| wp_posts | 18 | 10:18 UTC |
| wp_options | 194 | 10:18 UTC |
| wp_users | 1 | 10:18 UTC |
[21-May-2026 10:18:21 UTC] PHP Warning: file_get_contents(/wordpress/wp-admin/css/view-transitions.min.css): Failed to open stream: No such file or directory in /wordpress/wp-includes/view-transitions.php on line 2
[21-May-2026 10:18:20 UTC] PHP Notice: Function wp_maybe_inline_styles was called incorrectly. Unable to read the "path" key for stylesheet "wp-block-library".
[21-May-2026 10:18:20 UTC] PHP Notice: Function wp_maybe_inline_styles was called incorrectly. Unable to read stylesheet "twentytwentyfive-style".
[21-May-2026 10:17:59 UTC] PHP Warning: Plugin activation skipped for unavailable dependency.