Unsaved Playground Temporary session. Refresh or close will discard files and database unless saved.

Operations table

Playgrounds, files, and transfers

Ready
Additional actions keep using the same active Playground row and transfer history.
/wordpress/wp-config.php PHP, 4.7 KB, selected from /wordpress
Clean
1  <?php
2  define( 'DB_NAME', 'database_name_here' );
3  define( 'DB_USER', 'username_here' );
4  define( 'DB_PASSWORD', 'password_here' );
5  define( 'DB_HOST', 'localhost' );
6  define( 'DB_CHARSET', 'utf8mb4' );
7  define( 'WP_DEBUG', false );
No pending file operation.
/blueprint.json Current bundle, PHP 8.3, WordPress latest
Valid
{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "login": true,
  "landingPage": "/hello-from-playground/",
  "preferredVersions": { "php": "8.3", "wp": "latest" },
  "steps": [
    { "step": "runPHP", "code": "<?php /* seed content */" }
  ]
}
Ready to validate, copy, download, or run.
DriverMySQL emulation backed by SQLite
SQLite path/wordpress/wp-content/database/.ht.sqlite
Size452 KB
Database tools are ready. Downloads and tool launches are written into transfer history.
Playground logs
  • Runtime mounted at /wordpress.
  • Warning: active Playground is temporary.
WordPress logs
  • No WordPress errors so far.
PHP logs
  • Notice: WP_DEBUG is currently false.
Destructive reset for temporary Playground Applying settings replaces current WordPress files and the SQLite database. Save first to preserve this work.
Playground objects 3 rows
Name Storage State Last change
Unsaved Playground/hello-from-playground/ Temporary Active, not saved Started a moment ago
Research Browser Playground/research-browser-playground/ Browser saved Saved Created May 21, 2026
Theme QA Folder~/Sites/theme-qa-playground Local directory Permission needed Reconnect before editing
Transfer rows 5 rows
Operation Source Status
ZIP importReplace current Playground wordpress-static.zip Needs confirmation
Export to GitHubPush wp-content and Blueprint adamziel/playground-demo Ready
Download as .zipActive Playground archive Current files and database Ready
Database downloaddatabase.sqlite .ht.sqlite Ready
Import from GitHubRequires account connection public plugin, theme, or wp-content repo Connect required