Source: Make WordPress: Playground

  • Playground Meetings Summaries – April 2026

    This post covers the two Playground meetings held in April 2026. These are biweekly chats where contributors working on WordPress Playground gather to discuss updates, ongoing work, and plans for current and future releases. All are welcome to join. Meeting – April 10, 2026 Facilitator: @fellyph Announcements Updates by area PHPPHP PHP (recursive acronym for…

  • X-post: WordPress Core Dev Environment Toolkit: A Faster Path to Your First Core Contribution

    X-post from +make.wordpress.org/core: WordPress Core Dev Environment Toolkit: A Faster Path to Your First Core Contribution Login to Reply

  • Migrating WordPress Playground Documentation to WordPress.org

    At the beginning of 2026, the Playground team received a community request to migrate the official WordPress Playground documentation to the standard Handbook format on WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as…

  • Teach your coding agent to write WordPress Playground Blueprints

    The new blueprint agent skill teaches your coding agent the Playground Blueprint schema, which defines valid property names, resource types, and step sequencing. No more pluginZipFile instead of pluginData. No more runPHP steps missing require ‘/wordpress/wp-load.php’. Install it once, and your agent generates valid Blueprint JSONJSON JSON, or JavaScript Object Notation, is a minimal, readable…

  • Playground Meetings Summaries – March 2026

    This post summarizes the WordPress Playground team’s biweekly meetings held on March 13 and March 27, 2026. These meetings are open to all contributors and community members. March 13, 2026 The meeting was facilitated by @fellyph. Announcements my.wordpress.net — The team published an official release post for my.wordpress.net and has been collecting community feedback. Two…

  • Connect AI coding agents to WordPress Playground with MCP

    What if your coding agent could read WordPress files, execute PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/index.php, and manage sites directly in your browser? The @wp-playground/mcp package bridges AI coding agents and…

  • How WordPress Playground cut PHP.wasm binary sizes by 122 MB

    Every PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/index.php version WordPress Playground supports ships as a WebAssembly binary. Across all builds and versions, those binaries totaled 888 MB. Two compiler flag changes reduced…

  • Playground Meetings Summaries – February 2026

    This post covers the two Playground meetings held in February 2026. These are bi-weekly chats where contributors to WordPress Playground gather to discuss updates, ongoing work, and plans for current and future releases. All are welcome to join. Meeting 1 – February 13, 2026 Facilitator: Fellyph Cintra Announcements Three posts worth highlighting from the past…

  • Simplify your workflow with the new Playground CLI start command

    Setting up a local WordPress environment should be as simple as running a single command. We are excited to introduce the new start command in the WordPress Playground CLICLI Command Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress., simplifying how you run your local environments. A simpler way to…

  • Manage your database directly from the Playground CLI

    Need to inspect WordPress data, debug a query, or check if a pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and…