This is an Unsaved Playground.
Your changes will be lost on page refresh. Save site locally to browser storage before applying destructive settings.
▾ /wordpress
▸ wp-admin
▸ wp-content
▸ wp-includes
index.php
wp-config.php
wp-load.php
readme.html
<?php define( 'CONCATENATE_SCRIPTS', false );
/** The base configuration for WordPress. */
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.json
assets/site.wxr
plugins/demo.php
Database management is an early access feature
WordPress Playground emulates MySQL using SQLite. Report issues on the GitHub issue tracker.
SQLite database path: /wordpress/wp-content/database/.ht.sqlite · Size: 452 KB
| Table | Rows | Last change |
| wp_posts | 12 | 10:18 UTC |
| wp_options | 184 | 10:17 UTC |
| wp_users | 1 | 10:16 UTC |
[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.
[21-May-2026 10:17:55 UTC] PHP Fatal: Example stack frame preserved for debugging view.
[21-May-2026 10:17:50 UTC] Blueprint step completed: importWxr