Source clause
Launch or import route
Loads Gutenberg from a pull request URL, PR number, or branch.
Preparing WordPress... result opens at /hello-from-playground/ as admin.
Playground case file
Reproduction brief
Source clause
Loads Gutenberg from a pull request URL, PR number, or branch.
Persistence clause
Result: saved entry appears below with rename and delete actions.
Saved Playgrounds
Site Manager document
<?php define('CONCATENATE_SCRIPTS', false);
define('DB_NAME', 'database_name_here');
define('DB_USER', 'username_here');
define('DB_PASSWORD', 'password_here');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8mb4');
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": {
"php": "8.3",
"wp": "latest"
},
"features": { "networking": true }
}
WordPress Playground emulates MySQL using SQLite. Database tools are still improving.
No problems so far.
[notice] admin logged in [info] landing page served
No PHP errors recorded.
Blueprint gallery appendix
Portability and replacement
Send this Playground content to a GitHub repository after account connection.
Package files and database as a Playground zip for handoff or later import.
Choosing a zip replaces the current files and database. Save or export first.