Art Gallery
FeaturedA visual starter for image-heavy class demos.
Save modal as inline proof
Temporary Playground data is lost on refresh or close until one destination completes.
Saved Playgrounds
Not saved to browser storage. Refreshing can lose changes.
Saved in this browser a moment ago. URL slug: /research-browser-playground/
Site Manager
Saved in this browser. Homepage and WP Admin are one click away.
Apply Settings & Reset Playground replaces the current unsaved site. Saved Playgrounds use Save & Reload with limited options.
<?php define( 'CONCATENATE_SCRIPTS', false );
/** Database settings */
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/hello-from-playground/",
"login": true,
"preferredVersions": { "php": "8.3", "wp": "latest" },
"steps": [
{ "step": "installTheme", "themeZipFile": "vueo.zip" },
{ "step": "runPHP", "code": "seed workshop content" }
]
}
WordPress Playground emulates MySQL using SQLite.
[12:04:18] Booted WordPress runtime.
[12:04:22] Blueprint steps completed.
[12:04:27] No PHP errors recorded.
No transfer has run yet.