Save flow
Temporary Playground destination
Ready to save in this browser
Destination: browser storage
Save flow
Saved management
Launch result
Select a blueprint or adjacent launch route to show its concrete input, consequence, progress, and next action.
Site Manager
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
/* That's all, stop editing. */
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" },
"steps": [{ "step": "runPHPWithOptions" }]
}
WordPress Playground emulates MySQL using SQLite. Tools are improving every week.