WP
Unsaved PlaygroundNot saved to browser storage
A task-first launcher for learners who want to test WordPress changes, import code, run a blueprint, inspect files, and export the result without leaving the browser.
Temporary Playgrounds are lost on refresh or close. Save in browser storage for quick reuse, or save to a local directory when supported.
Saving 3028 / 3751 files
The real Playground keeps WordPress inside an iframe while the shell URL field navigates paths such as /wp-admin/.
1 <?php define( 'CONCATENATE_SCRIPTS', false );
2 /**
3 * The base configuration for WordPress.
4 * Database settings, auth keys, and ABSPATH live here.
5 */
6 define( 'DB_NAME', 'database_name_here' );
7 define( 'DB_USER', 'username_here' );
8 define( 'DB_PASSWORD', 'password_here' );
9 define( 'DB_HOST', 'localhost' );
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" },
"features": {}
}
Database management is an early access feature.
No problems so far. Runtime messages from Playground, WordPress, and PHP appear here when available.
Choose a source and continue.