Coffee Shop
A stylish WooCommerce coffee shop storefront with custom theme, products, and sample content.
First-run workspace
A WooCommerce demo with a custom theme, products, pages, and content. Good for reviewing checkout changes and theme behavior in a known visual state.
A stylish WooCommerce coffee shop storefront with custom theme, products, and sample content.
A portfolio-style gallery built with the Vueo theme and image-heavy sample content.
Read feeds from the web in Playground, including plugin setup and social-web content states.
A news site using the Spiel theme with menus, posts, featured images, and review content.
A Koinonia-theme site with donation messaging, content sections, and organization pages.
A Substrata-theme journal with long-form posts, patterns, and editorial page examples.
Site Manager
01 <?php define( 'CONCATENATE_SCRIPTS', false );
02 /** The base configuration for WordPress. */
03 define( 'DB_NAME', 'database_name_here' );
04 define( 'DB_USER', 'username_here' );
05 define( 'DB_PASSWORD', 'password_here' );
06 define( 'DB_HOST', 'localhost' );
07 define( 'DB_CHARSET', 'utf8mb4' );
01 {
02 "$schema": "https://playground.wordpress.net/blueprint-schema.json",
03 "login": true,
04 "landingPage": "/hello-from-playground/",
05 "preferredVersions": {
06 "php": "8.3",
07 "wp": "latest"
08 },
09 "features": {}
10 }
WordPress Playground emulates MySQL using SQLite. Database tools are improving every week.
No problems so far.
No warnings emitted in this session.
No PHP notices, warnings, or fatal errors.