! Unsaved Unsaved Playground
/hello-from-playground/
Applying settings and resetting Playground

The current database, uploads, and theme tweaks are being replaced.

Preparing runtime Recreating WordPress database Applying blueprint Loading site iframe

Start, resume, or replace a Playground

Every start route opens its own input state before it changes the running site.

Start a new Playground

Selected route: WordPress PR

Featured blueprints

Your Playgrounds

Saved to this browser storage
W
This is an Unsaved Playground. Changes will be lost on page refresh until you save to browser storage.

Runtime settings

One canonical settings tab

Change impact

reset required
WordPress or PHP version
Requires replacing the current runtime and database state.
destructive
Network and multisite
Changes how the site boots and may rewrite generated configuration.
destructive
Language
Installs a language pack during the next boot.
reset

Files

Browse `/wordpress`, create files or folders, and inspect PHP source.

/wordpress/wp-config.php
<?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' );

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );

if ( ! defined( 'ABSPATH' ) ) {
    define( 'ABSPATH', __DIR__ . '/' );
}

require_once ABSPATH . 'wp-settings.php';

Blueprint editor

Edit the active blueprint bundle and run it against the current Playground.

blueprint.json
landing-page.html
mu-plugins/welcome.php
/blueprint.jsonValid JSON

Database

Early-access SQLite-backed database browser for the current WordPress instance.

Database management is an early access feature. WordPress Playground emulates MySQL using SQLite, so schema and query tooling may not match a server install.
tablerowssizerecent record
wp_posts12128 KBHello from WordPress Playground!
wp_options171196 KBblogname = My WordPress Website
wp_users116 KBadmin
wp_terms524 KBUncategorized

Logs

Search PHP notices and warnings from the running Playground.