PHP 8.3 / WP latest / Network on
Hello from WordPress Playground!
This temporary site is ready for plugin testing, file edits, database checks, and blueprint runs.
Fresh Playground
Start a clean WordPress install for plugin compatibility checks.
Preview a WordPress PR
Runs a new Playground using the selected WordPress core pull request.
Preview a Gutenberg PR or branch
Useful before checking a plugin against editor changes.
Import from GitHub
Import a public plugin, theme, or wp-content directory after connecting an account.
Run Blueprint from URL
Import .zip
The original flow opens the native file chooser for a Playground archive.
Save Playground
Your Playgrounds
Delete removes the browser-backed copy. Exported GitHub repositories and downloaded zip files are not touched.
Runtime settings
- /wordpress
- wp-admin
- wp-content
- wp-includes
- index.php
- wp-config.php
<?php define( 'CONCATENATE_SCRIPTS', false );
/** Database settings */
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Playground Welcome Page",
"author": "WordPress Playground"
},
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" }
}
- Database driver
- MySQL emulation backed by SQLite
- SQLite database path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Export to GitHub
Send the current Playground files to a GitHub repository after account connection.
Download as .zip
Create a portable archive of the current Playground.
Import .zip
Open a previously downloaded Playground archive.