WordPress 7.1 shipped the first two runnable code examples in the Code Reference. They are powered by WordPress Playground, and more are coming in 7.2. On the WP_HTML_Processor::class_list() Code Reference page, select Run button in the code snippet and the code example will run…
A patch has been in progress since June that replaces Dashicons in the admin bar and the sidebar with WordPress icons, using the wp_get_icon() function that was introduced in WordPress 7.1. Props to @fushar, @wildworks, and @lucasmdo for moving this forward. Because the change…
At WordCamp US 2026, a group of contributors gathered for an informal conversation about the relationship between the WordPress project and the PHP language and community. The discussion was held under the Chatham House Rule, so notes below are not attributed to individual…
Start of the meeting in Slack, facilitated by @audrasjb 🔗 See the agenda post. Announcements 📢 7.2 We have a Proposal: Secrets API for WP 7.2 We are still waiting for a release squad to be published, probably early next week as per @jeffpaul 7.1.1 We now have a WordPress 7.1.1…
“What’s new in Gutenberg…” posts (labeled with the #gutenberg-new tag) are posted following every Gutenberg release on a biweekly basis, showcasing new features included in each release. As a reminder, here’s an overview of different ways to keep up with Gutenberg and the…
The next WordPress Developers Chat will take place on in the core channel on Make WordPress Slack. Dev chat is back on Wednesdays again! The live meeting will focus on the discussion for upcoming releases, and have an open floor section. The various curated agenda sections below…
Since WordPress 7.1 was released, contributors have kept a close eye on incoming reports to the WordPress.org Support Forums, Trac, and the Gutenberg repository on GitHub. The volume and severity of tickets mean that the maintenance release should be prepared habitually. This…
WordPress has no first-class way to store a credential. This proposal outlines a Secrets API for 7.2, along with WP-CLI support for it, and explains why the accompanying UI should wait for 7.3. Why it matters Every plugin that needs an API key today writes it to the options…
The full chat log is available beginning here on Slack. WordPress Performance Trac tickets @mukesh27 shared a performance regression found in WordPress 7.1 and reported as #65929 and asked anyone with time to take a look and said any review or feedback would be greatly…
The next WordPress Developers Chat will take place on in the core channel on Make WordPress Slack. Yes, the dev chat is switching back to Wednesdays starting this week! The live meeting will focus on the discussion for upcoming releases, and have an open floor section. The…
WordPress 7.1.0 was released August 19, 2026. While the work of a major release team includes people filling many different positions, maintenance release teams generally are considerably smaller, often 1–3 people. Minor release managers are responsible for: Triaging bugs in…
“What’s new in Gutenberg…” posts (labeled with the #gutenberg-new tag) are posted following every Gutenberg release on a biweekly basis, showcasing new features included in each release. As a reminder, here’s an overview of different ways to keep up with Gutenberg and the…
Start of the meeting in Slack, facilitated by @audrasjb 🔗 See the agenda post. Announcements 📢 7.1 7.1 RC3 was released on August 12th. The Accessibility Improvements dev note was published. 7.1 RC4 was released on August 17th. WordPress 7.1 Field Guide As of Aug 10th, 7.1 is…
The next WordPress Developers Chat will take place on 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…
Preparation for the WordPress 7.1 release is underway. This post shares the release process, including the timeline and how you can help. Release Timeline Overview 7.1 RC4 was released on , immediately followed by the Dry Run. An extended code freeze is now in effect and will…
The fourth Release Candidate (“RC4”) for WordPress 7.1 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s…
First introduced in April as the WordPress Core Dev Environment Toolkit, the WordPress Contributor Toolkit is an experimental desktop app that guides first-time contributors through setting up a full wordpress-develop environment. Git, Node.js, and npm are still involved under…