Live Preview
The running WordPress iframe stays large by default. Settings and tools are native rows around it, not a replacement for it.
WordPress & Runtime
Changing WordPress, PHP, language, network access, or multisite leads to the same destructive reset confirmation.
Files
Browse `/wordpress`, create files or folders, and inspect code without losing sight of where the live site is.
<?php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'CONCATENATE_SCRIPTS', false );
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';
Blueprint
Edit the active blueprint JSON and run it against the current Playground. Bundle files stay visible beside the editor.
Database
Current Playground uses MySQL emulation backed by SQLite. This pane keeps the early-access warning visible.
| Table | Rows | Notes |
|---|---|---|
| wp_posts | 11 | Pages, attachments, revisions |
| wp_options | 187 | blogname, permalink settings, active theme |
| wp_users | 1 | admin |
| wp_terms | 4 | Categories and tags |
Logs
Search PHP warnings and notices. The command/history idea stays supporting, not dominant.
Actions
Keep WP Admin and Homepage next to the live site, with export actions in one native group.