This post covers the two Playground meetings held in May 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 โ May 8, 2026
Facilitator: @fellyph
Announcements
- The WordCamp Asia 2026 talks are now available on WordPress.tv, including WordPress Playground + AI: Building Autonomous Testing Pipelines.
- The team made the PR Preview documentation and GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โpull requestโ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/ Action guidance more AI-friendly, helping coding agents implement the feature more reliably. Thanks to @annezazu for feedback and support, and to @zieladam for the implementation work.
- WordCamp Europe 2026 in Krakรณw will include Playground talks, including Whatโs new in WordPress Playground? and @muryamsultanaโs session, Bug report to repro in 60 seconds with Playground.
- The Playground badge now counts 58 contributors. The most recent badge recipient mentioned in the meeting was @nilovelez, who contributed Spanish translations for My WordPress pages.
- Since April 10, 2026, 35 pull requests have been merged into the Playground project.
Updates by area
Website
Website updates focused on the rollout and refinement of the new <php-snippet> experience. Snippets are now embeddable and editable, with support for expected output and non-runnable examples. The team also reduced loading flicker, fixed execution-related UIUI UI is an acronym for User Interface - the layout of the page the user interacts with. Think โhow are they doing thatโ and less about what they are doing. errors, improved Blueprint URLURL A specific web address of a website or web page on the Internet, such as a websiteโs URL www.wordpress.org handling, updated PR Preview documentation, improved AI discoverability, and refined site-management UXUX UX is an acronym for User Experience - the way the user uses the UI. Think โwhat they are doingโ and less about how they do it..
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-WASM
PHP-WASM work focused on making custom PHP extensions a first-class capability. Updates added extension build workflows, manifest improvements, support for additional files, exported symbols needed for extension compilation and loading, and tighter runtime constraints for external extensions. Several runtime fixes also improved stability across Node.js and the web, especially around networking, streaming responses, filesystem mounts, and compilation targets.
Blueprints
Blueprints became more flexible and easier to diagnose. The key improvements were support for PHP-only Playground instances without WordPress, support for .git repository URLs, and better surfacing of 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 integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. activation errors.
SQLite
SQLite-related work focused on compatibility and boot reliability. Updates added support needed for the SQLite WASM extension, fixed boot issues for saved SQLite-backed sites, and registered an updated SQLite build for PHP 5.2 environments.
CLICLI Command Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress.
CLI updates focused on reliability, configurability, and developer ergonomics. The team improved test stability, added a worker-thread configuration flag, improved certificate handling for network operations, and cleaned up Xdebug-related output behavior.
Documentation and internationalization
Documentation updates included improvements to the PR Preview button documentation, guidance for using @php-wasm/compile-extension, and changes that improve AI discoverability.
Contributor updates
@fellyph connected with the Plugins team at WordCamp Mรกlaga to discuss ways WordPress Playground could support the plugin review process. Follow-up work included a new Query API for the file browser, documentation about using encodeURIComponent with URL fragments, continued migrationMigration Moving the code, database and media files for a website site from one server to another. Most typically done when changing hosting companies. of the documentation to the Handbook, and a Brazilian Portuguese translation for My WordPress.
My WordPress is also receiving UI updates. The top Playground bar is being removed, configuration is moving to the bottom left, and previous app options are being moved into the About section.
Meeting โ May 22, 2026
Facilitator: @fellyph
Announcements
- A new post is available on the Playground blog: Run PHP examples anywhere with WordPress Playground.
- @akirk published โWhy My WordPress? Personal software needs a homeโ and is continuing to improve the My WordPress user flow.
- @zieladam shared an experiment exploring more than 400 WordPress Playground UI redesigns.
- The Playground badge now counts 60 contributors.
- Since the previous meeting, 39 pull requests have been merged into the Playground project.
Updates by area
Website
Website changes focused on authentication flow improvements, query and APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. capabilities, documentation, build correctness, and test updates to match newer WordPress behavior.
PHP snippets
PHP snippet work focused on run reliability, UI polish, expected output behavior, documentation, and support for PHP-only or non-runnable snippet modes.
PHP-WASM
PHP-WASM work centered on extension loading, side-module compatibility, browser networking fixes, runtime exports, and package reliability across Node.js and the web.
Blueprints
Blueprint work focused on making configuration steps behave more accurately inside WordPress.
SQLite
SQLite-related work supported extension loading, Markdown and editor integration, and runtime compatibility for native side modules.
CLI
CLI work focused on extension loading, static export tooling, and support for external runtime and editor workflows.
WP-Personal
WP-Personal updates improved app installation UX, dependent-tab behavior, and test stability as external app behavior evolved.
Contributor updates
@fellyph worked on the documentation migration, translation cleanups, MDX components, support for the file browser parameter in Playground, and an investigation into Playground CLI issues. A pull request was also started to add PR Previews to the Plugin Check plugin.
@bpayton continued exploring ways to run real server software in the browser. This work could open up more runtime options for Playground in the future, though there were no specific Playground pull requests to share during this meeting.
Open floor
The team noted that Playground continues to support easier testing for WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. and related projects. Following the WordPress 7.0 launch that week, contributors were encouraged to share plugins or projects that could benefit from Playground-powered PR Previews. The AI plugin is already using PR Previews as a straightforward way to support testing.
Contributors were also invited to share recent posts about WordPress Playground and to say hello to the team during WordCamp Europe Contributor Day.
The next Playground chat will be on June 26th in the #playground SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ channel. All are welcome.

