Unsaved Playground Temporary runtime - changes are lost on refresh

Runtime

Settings control room

Reset consequence Applying these settings resets this temporary Playground and replaces the current files and database.

Create routes

All launch contracts
Live WordPress shell

Homepage preview

WP latest / PHP 8.3 Ready
W My WordPress Website Edit Site + New Howdy, admin

/hello-from-playground/

Hello from WordPress Playground!

This is Playground, a WordPress that runs client-side in your browser. It is ready for runtime, file, database, and Blueprint operations.

You are logged in as admin in a temporary Playground.

Site Manager

Runtime-adjacent tools

Stored-site behavior

Temporary Playgrounds reset when runtime settings are applied.

Runtime snapshot

latest, PHP 8.3, English, network on, multisite off

Apply Settings & Reset

This destructive reset replaces the current WordPress files and SQLite database.

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

An art gallery created with the Vueo theme.

{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "preferredVersions": { "php": "8.3", "wp": "latest" },
  "features": { "networking": true }
}

JSON valid. Running will replace the current site content.

Database management is an early access feature

WordPress Playground emulates MySQL using SQLite. Tools operate on the selected active Playground database.

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

Database selected. Download has not started.

Playground logs
  • No problems so far.
WordPress logs
  • No PHP warnings on the current request.
PHP logs
  • SQLite driver loaded.