Unsaved Playground

WordPress Playground

Admin command table

/

Results

12 matching actions, sites, and templates
Command Type Input Action

Saved Playgrounds

Browser storage library

Name Storage Last activity Actions
Unsaved PlaygroundLost on refresh unless saved. Not saved Current session
Research Browser PlaygroundAddressable by site slug URL. Browser Created May 21, 2026
Plugin Compatibility LabOpened on /wp-admin/plugins.php. Browser Saved a moment ago

Create

Start sources queue

Source forms

Runtime defaults

Apply Settings & Reset Playground is destructive for unsaved sites. Stored Playgrounds use Save & Reload.

Site Manager

Current Playground tools

Runtime settings

Stored Playgrounds have limited configuration options and use Save & Reload.

/wordpress/wp-config.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 );
{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "/hello-from-playground/",
  "preferredVersions": { "php": "8.3", "wp": "latest" },
  "steps": [{ "step": "runPHPWithOptions" }]
}

Database

Database management is an early access feature. WordPress Playground emulates MySQL using SQLite.

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

Logs

PlaygroundNo problems so far.
WordPressNo PHP warnings in the captured session.
PHPEmpty error log.

Portability

Import, save, and export

Save current Playground

File copy progress Saving 3028 / 3751 files

Additional actions

Quick settings

Runtime controls

Applying settings resets an unsaved Playground. Save first if files or database changes matter.