Hello from WordPress Playground!
This is Playground, a WordPress that runs client-side in your browser. It's perfect for training, demonstrating plugins and themes, and for testing purposes.
Note that you are logged-in as admin!
Thus, you can modify this site as you like: edit content, install plugins and play around.
To start over, simply reload the page!
Start or resume a Playground
Every route exposes the input it needs before booting.
WordPress PR
CoreGutenberg PR or branch
PluginFrom GitHub
Repo importBlueprint URL
JSONImport .zip
UploadFeatured blueprints
Pick a preview or open the full 43-blueprint gallery tab.
Your Playgrounds
Blueprint gallery
Search and filter the complete known set of 43 blueprints.
Runtime settings
Apply changes
<?php
define( 'CONCATENATE_SCRIPTS', false );
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( 'WP_DEBUG', true );
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';
wp_posts
SQLite path: /wordpress/wp-content/database/.ht.sqlite
| ID | post_title | post_type | post_status |
|---|---|---|---|
| 1 | Hello world! | post | publish |
| 2 | Sample Page | page | publish |
| 7 | Hello from WordPress Playground! | page | publish |
| 12 | Navigation Menu | wp_navigation | publish |
Site Manager actions
Export and navigation actions live as first-class tabs, not hidden menu items.
WP Admin
Jump the running iframe to /wp-admin.
Homepage
Return the running iframe to /.
Export to GitHub PR
Export WordPress theme, plugin, or wp-content directory to a GitHub repository as a Pull Request.
Download .zip
Download the current playground as a portable .zip bundle.