path
Unsaved Unsaved Playground
My WordPress Website
W
This is an Unsaved Playground. Your changes will be lost on page refresh.

Runtime

Apply plan

Applying these settings replaces the current runtime and resets WordPress data, uploads, plugins, themes, and database rows.
/wordpress
wp-admin
wp-content
themes/twentytwentyfive
plugins/hello.php
wp-includes
index.php
wp-config.php
readme.html
/wordpress/wp-config.phpeditable
<?php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );

define( 'WP_DEBUG', true );
define( 'WP_ENVIRONMENT_TYPE', 'local' );

if ( ! defined( 'ABSPATH' ) ) {
    define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';
blueprint.json
assets/welcome.html
mu-plugins/setup.php
/blueprint.jsonJSON
{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "/hello-from-playground/",
  "login": true,
  "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 driverMySQL emulation backed by SQLite
SQLite database path/wordpress/wp-content/database/.ht.sqlite
Size452 KB
TableRowsLast changed
wp_posts12after blueprint boot
wp_options196runtime reset
wp_users1login step
wp_terms7theme content import
PHP error loglive
[21-May-2026 10:18:21 UTC] PHP Warning: file_get_contents(/wordpress/wp-admin/css/view-transitions.min.css): Failed to open stream [21-May-2026 10:18:20 UTC] PHP Notice: Function wp_maybe_inline_styles was called incorrectly. Unable to read stylesheet path. [21-May-2026 10:18:19 UTC] Playground: mounted blueprint.json [21-May-2026 10:18:18 UTC] Playground: logged in as admin [21-May-2026 10:18:17 UTC] SQLite database created at /wordpress/wp-content/database/.ht.sqlite

Start, resume, or replace the active Playground

Route forms are shown before anything boots or imports.
Featured blueprints
Blueprint gallery
Settings
Runtime changes use the same reset confirmation as the Site Manager settings tab.