W
Site Manager

Unsaved Playground

Temporary browser session. Settings reset the active WordPress instance.

Runtime Settings

Choose versions and capabilities before recreating the bug.

Editable
Reset behavior Applying settings rebuilds this unsaved Playground. Saved Playgrounds use Save & Reload.
/wordpress/wp-config.php
01  <?php define( 'CONCATENATE_SCRIPTS', false );
02
03  /** Database settings */
04  define( 'DB_NAME', 'database_name_here' );
05  define( 'DB_USER', 'username_here' );
06  define( 'DB_PASSWORD', 'password_here' );
07  define( 'DB_HOST', 'localhost' );
08
09  /** Authentication unique keys and salts. */
10  define( 'AUTH_KEY', 'put your unique phrase here' );
{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "login": true,
  "landingPage": "/hello-from-playground/",
  "preferredVersions": { "php": "8.3", "wp": "latest" },
  "steps": [
    { "step": "runPHPWithOptions" }
  ]
}

Database Management

WordPress Playground emulates MySQL using SQLite. These tools are early access and intended for support inspection.

Database driver
MySQL emulation backed by SQLite
SQLite path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB

Playground

No problems so far.

WordPress

[notice] admin loaded /hello-from-playground/
[warning] deprecated block style request ignored

PHP

No fatal errors recorded.

Start Sources

Create a Playground

All captured creation paths are grouped by where the reproduction begins.

Featured blueprints

Blueprint Gallery

Browse 43 Blueprints

Filter existing templates without leaving the Site Manager workspace.

Saved Library

Playgrounds

Browser-backed sites and the active unsaved session are managed here.

W
Unsaved PlaygroundNot saved to browser storage
W
Research Browser PlaygroundCreated May 21, 2026