The next WordPress Developers Chat will take place on Wednesday, August 20, 2025, at 15:00 UTC in the core channel on Make WordPress Slack.
The live meeting will focus on the discussion for upcoming releases, and have an open floor section.
The various curated agenda sections below refer to additional items. If you have ticket Created for both bug reports and feature development on the bug tracker. requests for help, please continue to post details in the comments section at the end of this agenda or bring them up during the dev chat.
Announcements 📢
WordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. US 2025 is coming up next week
From August 26–29, 2025, the WordPress community will gather in Portland, Oregon for this year’s WordCamp US. If you haven’t already, be sure to register for the Contributor Day. Core Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Team members will be on site, and it would be great to see you there as well.
What’s new in Gutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ 21.4?
The latest version of Gutenberg, 21.4, was released on August 13. For a detailed overview of what has changed, check out the article What’s new in Gutenberg 21.4? – many thanks to @priethor for putting together this excellent summary.
WordPress 6.9 Roadmap
The roadmap for 6.9 has been published. Please take a look to see what’s actively being worked on for release later in the year.
Forthcoming releases 🚀
WordPress 6.9
WordPress 6.9 is scheduled for Tuesday, December 2, 2025.
Discussions 💬
The discussion section of the agenda is for discussing important topics affecting the upcoming release or larger initiatives that impact the Core Team. To nominate a topic for discussion, please leave a comment on this agenda with a summary of the topic, any relevant links that will help people get context for the discussion, and what kind of feedback you are looking for from others participating in the discussion.
Block Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. Pattern Registration – Silent Failures
@tusharbharti reported that register_block_pattern()
currently returns true
even when disallowed blocks are included. As a result, the pattern doesn’t appear in the inserter and no warning is shown. He has opened Trac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress. ticket #63765 and submitted a patch A special text file that describes changes to code, by identifying the files and lines which are added, removed, and altered. It may also be referred to as a diff. A patch can be applied to a codebase for testing. (PR#9345). A second opinion is requested.
MySQL MySQL is a relational database management system. A database is a structured collection of data where content, configuration and other options are stored. https://www.mysql.com/. Rate Limiting – Redirect Issue
@anonymooo highlighted ticket #63678, where WordPress incorrectly redirects to wp-admin/install.php
when a user is rate-limited in MySQL. An associated (PR#9223) is open and still needs review.
Bug Scrubbing Announcements
@sirlouen would like to continue his bug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. scrubbing activities as a new component maintainer. He’s requesting permission to post his own announcements in the #core channel to plan independently. His next scrub is scheduled for Monday, August 25, 2 PM GMT.
UTF-8 Handling Improvements
@dmsnell suggested updating wp_check_invalid_utf8()
(ticket #63837) following the earlier work on seems_utf8()
(ticket #38044). The goal is to improve UTF-8 validation. Community feedback is invited before changes move forward.
Data Passing in Scripts
@jonsurrell, in discussion with @westonruter, raised the idea of adapting the data passing mechanism from Script Modules for classic scripts. Benefits include better performance, no execution on load, and no reliance on a global namespace. This could provide an alternative to wp_add_inline_script()
and wp_localize_script()
. Feedback is welcome.
Open floor 🎙️
Any topic can be raised for discussion in the comments, as well as requests for assistance on tickets. Tickets in the milestone for the next major or maintenance release will be prioritized.
Please include details of tickets / PRs and the links in the comments, and indicate whether you intend to be available during the meeting for discussion or will be async.
#6-9, #agenda, #dev-chat