W Playground keybar
WMy WordPress WebsiteEdit SiteNewHowdy, admin
My WordPress Website

Hello from WordPress Playground!

This is Playground, a WordPress that runs client-side in your browser. It is ready for training, plugins, themes, and testing.

Logged in as admin

Saved

Playground Register

Manager

Research Browser Playground

ResetTemporary sites reset when settings apply. Stored sites use Save & Reload.

Files

/wordpress/wp-config.php

 1 <?php define( 'CONCATENATE_SCRIPTS', false );
 2 /** The base configuration for WordPress. */
 3 define( 'DB_NAME', 'database_name_here' );
 4 define( 'DB_USER', 'username_here' );
 5 define( 'DB_PASSWORD', 'password_here' );
 6 define( 'DB_HOST', 'localhost' );
 7 define( 'DB_CHARSET', 'utf8mb4' );
 8 define( 'DB_COLLATE', '' );
 9 if ( ! defined( 'ABSPATH' ) ) define( 'ABSPATH', __DIR__ . '/' );

Blueprint

/blueprint.json

 1 {
 2   "$schema": "https://playground.wordpress.net/blueprint-schema.json",
 3   "meta": { "title": "Playground Welcome Page" },
 4   "login": true,
 5   "landingPage": "/hello-from-playground/",
 6   "preferredVersions": { "php": "8.3", "wp": "latest" },
 7   "steps": [ { "step": "runPHPWithOptions" } ],
 8   "features": { "networking": true }
 9 }

Data

SQLite database

DriverMySQL emulation backed by SQLite
Path/wordpress/wp-content/database/.ht.sqlite
Size452 KB
Early accessDatabase tools are available from this workspace tab.

Logs

Runtime logs

12:01:09 playground boot completed 12:01:10 wordpress ready at /hello-from-playground/ 12:01:10 php no problems so far