P Playground Transfer command Unsaved Playground

Core review desk

Portability routes

WP latest PHP 8.3 Network on

Transfer matrix

Every way work enters, persists, and leaves

Bring in

Keep

Saving 3028 / 3751 files

Send out

Site Manager

Research Browser Playground

Stored Playgrounds have limited configuration options. Unsaved resets are destructive; stored changes use Save & Reload.
  • /wordpress
  • wp-admin
  • wp-content
  • wp-includes
  • index.php
  • wp-config.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' );
  • blueprint.json
{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "login": true,
  "landingPage": "/hello-from-playground/",
  "preferredVersions": { "php": "8.3", "wp": "latest" }
}
Database management is an early access feature.
Database driver
MySQL emulation backed by SQLite
SQLite database path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB

Playground

No problems so far.

WordPress

No problems so far.

PHP

No problems so far.