Unsaved Playground
Changes are stored in memory until you save to browser storage. Refreshing now loses this session.
Your Playgrounds 3 saved
Start a New Playground 6 routes
ZIP import accepts exported Playground bundles.
Blueprint Gallery 43 total
File Browser /wordpress
wp-admin/
wp-content/
wp-includes/
wp-config.php
index.php
readme.html
<?php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';
Blueprint Editor blueprint.json
Database management is an early access feature
WordPress Playground emulates MySQL using SQLite. Report issues on the GitHub issue tracker.
DriverSQLite452 KB
wp_posts12 rowsbrowse
wp_options183 rowsbrowse
wp_users1 rowbrowse
Logs PHP
[21-May-2026 10:18:21 UTC] PHP Warning: file_get_contents(/wordpress/wp-admin/css/view-transitions.min.css): Failed to open stream.
[21-May-2026 10:18:20 UTC] PHP Notice: Function wp_maybe_inline_styles was called incorrectly. Unable to read the "path" key.
[21-May-2026 10:17:56 UTC] PHP Deprecated: Creation of dynamic property WP_Playground_Debug::$request is deprecated.
[21-May-2026 10:17:42 UTC] Blueprint step completed: installTheme twentytwentyfive.
Export Work
Same current Playground
These actions move the active site out of the browser. They do not start a new product mode.