#282 – Matt Breaks Four-Year Silence, The WPCC Rebrands, WooCommerce Three-Month Initiative

Hello!

This week on The WP Week Newsletter, we cover Matt Mullenweg’s reply on the active installs growth chart Track ticket, changes set to arrive in WordPress 7.1, The WPCC changing its name to The WPOCC in light of a trademark filed by The WordPress Foundation, along with new projects and more.

Don’t forget to subscribe and listen to the podcast version of this newsletter, where you can hear more details and discussions about these topics and more.

New around here? Don’t miss the next issue, sign up now. Got something to share – connect with us.

See you next week!

Team WP-CONTENT.CO

🙌 This weekly newsletter is kindly sponsored by ProfilePress and WP Job Openings

ProfilePress – Create membership sites & sell subscriptions on WordPress Check it out  →

Create a career page and start recruiting talents in a few minutes Check it out  →

🗣️TALK OF THE TOWN

He suggested that  Mark Riley could act as an ombudsman, saying the issue involved competing interests and that the long-term incentives of commercial and community plugins, and their relationship with Core functionality and the roadmap, also needed to be considered.

📰  WORDPRESS & AROUND

All the updates around WordPress and its closely related technologies

What’s coming in WordPress 7.1

The upcoming version turns the built-in SVG icon system into a public API, allowing developers to add custom icons, group them into collections, render them in PHP, and access them through the REST API. It will also introduce native minimum width block support, allowing blocks and themes to opt in to a minimum width control that applies the CSS min-width property without requiring custom CSS. It will also add a new “Mark as decorative” option in the Image block that lets users explicitly identify images that should be hidden from assistive technologies.

Besides these, there will also be a new background.gradient block support, support for editable blocks inside the Custom HTML block, text shadow support in Global Styles, client-side media processing, media library infinite scrolling will be enabled by default while adding a per-user option to disable it, and several updates to the editor component. Also, the React 19 upgrade won’t be part of WordPress 7.1.

  • WordPress Accessibility Team extends the deadline for accessibility-ready theme reviews: The team says it needs more time to re-review themes under the updated guidelines, moving the deadline to September 30, 2026. Themes with the accessibility-ready tag that have not requested a re-review by October 1 will be delisted from the theme directory.
  • WordPress 7.1 Beta 3 has been released: The version addressed more than 71 issues since Beta 1. The release includes improvements to global styling controls, media uploads, Notes, responsive styling, and custom CSS. Also, Unicode email address support will not be included in WordPress 7.1 and will instead continue in a community plugin. The final WordPress 7.1 release is scheduled for August 19, 2026.
  • WordPress Community Team proposes replacing monthly status meetings with written updates and coworking sessions: In a proposal by 2026 Team Rep Juan Hernando, monthly meetings would be split into two separate formats after attempts to improve attendance across time zones failed to increase participation. A monthly written digest would cover team updates, while live coworking sessions would give volunteers time to work together on actual team tasks. Hernando is asking for feedback on the format and whether it should first be tested for one or two months. The team has also put forth a proposal to bring back the Meetup Organizer Newsletter.
  • Gutenberg 23.6 makes the Playlist and Tabs blocks stable and expands editing capabilities: The release adds inline notes and @mentions, a dynamic mode for the Gallery block, and support for plugin- and theme-registered icon collections. It also brings improvements to responsive styling, global style controls, media handling, collaboration, and other improvements and bug fixes.
  • WordPress Playground asks users to test its new interface before launch: Fellyph Cintra is asking users to test the new WordPress Playground UI on desktop and mobile before its official launch. The testing covers creating and managing Playgrounds, Blueprints, developer tools, importing and exporting data, and sharing, with feedback sought on usability, functionality, design, and clarity.
  • WordPress AI plugin 1.2.0 adds suggest reply, bulk content summaries, and new read-only abilities: The update introduces a new experiment for generating contextual replies to comments, the ability to create summaries for multiple posts or pages at once, and structured, permission-aware access to WordPress content and user data.
  • WooCommerce is dedicating three months to improving its core plugin: Beau Lebens (Artistic Director and overall Lead for WooCommerce) announced that WooCommerce’s product and engineering teams will spend the next three months focused exclusively on the core plugin, reviewing thousands of open GitHub issues and pull requests. The initiative will prioritize improvements across four key areas: performance and reliability, the developer experience, the store admin experience, and the checkout engine.
  • Wordfence Intelligence Weekly WordPress Vulnerability Report (July 13, 2026 to July 19, 2026): There were 75 vulnerabilities disclosed last week across WordPress Core and plugins.
  • OpenAI and Hugging Face investigate an AI agent that compromised infrastructure during a security evaluation: The incident occurred while OpenAI was testing models with reduced cyber safeguards to measure their ability to carry out complex, long-term cyber operations. During the evaluation, the models identified and exploited a zero-day vulnerability to gain internet access, then chained together stolen credentials and other vulnerabilities to access Hugging Face’s production infrastructure and obtain information related to the test. Hugging Face detected and contained the activity, and both companies are now investigating the incident, patching vulnerabilities, and strengthening security controls and monitoring for future model evaluations.
  • A PostgreSQL ORDER BY injection bypassed Baffin Bay WAF protections and exposed database information: During a client engagement, Sanjay Das found that a column parameter in a Member API’s /api/v1/posts endpoint was being inserted directly into a PostgreSQL ORDER BY clause. After the Baffin Bay WAF blocked common SQL injection payloads, they identified PostgreSQL functions and techniques that bypassed the WAF, including error-based extraction, dollar-quoting, and a blind division-by-zero check. The testing exposed database and server information, PostgreSQL function source code showing the unsanitized query construction, and database objects.

🔧 TIP OF THE WEEK

Use CSS Variables for Theme Colors

Instead of hardcoding:

color:#0055cc;

Use:

color:var(–primary-color);

Changing branding becomes much easier.

👥 COMMUNITY NEWS

Updates and News from the WordPress Community

The decision came after CEO Sé Reed discovered the pending WordPress Foundation trademark application for the “WPCC” acronym. The organization said it opted to rebrand to avoid a potential dispute while continuing its work unchanged.

🚀 NEW PROJECTS
Turn WordPress backups into local Docker sites in minutes, switch PHP versions, and skip manual setup.”

Rene Hermenau about creating WP Staging Desktop.
  • WP Staging Desktop: A desktop app by the creators of WP Staging that lets users clone a live WordPress site to their computer and turn it into a local environment for development, testing, and debugging. Using a portable WP Staging backup, you can create a working local copy with the site’s files, database, plugins, themes, and uploads, then safely test changes without touching production.
  • ThinkRank: An AI-native SEO plugin created by WPDeveloper, it combines traditional SEO tools with AI features such as a content brief generator, metadata generation, real-time SEO score, MCP server, and competitor analysis.
  • FooGallery Client Proofing: FooPlugins’ newest plugin allows users to turn an existing FooGallery into a private client review session, where clients can approve, reject, and comment on images through a secure link.
  • Amelia Business App: The app gives admins and employees mobile access to their schedules, appointment and event details, status updates, and QR-code event check-ins, helping teams manage their booking operations without relying on the WordPress backend.
  • DocsPress: Created by Fatih Kadir Akın, it syncs Markdown documentation from a GitHub repository to WordPress, converting it into editable Gutenberg Pages while preserving the documentation structure. It also supports two-way synchronization, allowing changes made in WordPress to be proposed back to GitHub as pull requests.
  • Plugin Auditor: Created by Mayank Majeji and Mahesh Pawar, the tool scans WordPress plugins from WordPress.org or uploaded ZIP files for issues across security, compatibility, performance, coding standards, privacy, and accessibility. It runs 72 checks, scores each of the six categories out of 100, and identifies what is wrong and where.
  • CSS Guardrail: Developed by Nick Laux, the plugin scans CSS changes made through the Theme File Editor and Additional CSS before they are saved, blocking dangerous edits and explaining the risks. It also creates pre-save backups and logs CSS events, making problematic changes easier to trace and undo.
  • Gigatoken: A high-performance tokenizer developed by Marcel Rød that serves as a drop-in replacement for Hugging Face Tokenizers and Tiktoken, delivering up to 1,000× faster tokenization on modern CPUs.

🔖 INTERESTING READS & PODCASTS

More posts and podcasts from the WordPress Community you don’t want to miss

  • Bud Kraus talked with Gerasimos (Makis) Mourelatos on this episode of Seriously, Bud? about his life and career, from growing up in Athens to working in technology, cybersecurity, and WordPress. They discuss travel, Greece, entrepreneurship, AI, WordPress, open source, and the personal experiences that shaped his journey.
  • Nathan Wrigley explored accessibility in WordPress themes with Jessica Lyschik on WP Tavern Jukebox, covering practical steps toward accessibility-ready themes, the differences between block and classic themes, documentation challenges, and how accessibility is becoming increasingly important across the WordPress ecosystem.
  • In this episode of The Melapress Show, Robert Abela conversed with Kyle Van Deusen, owner of OGAL Web Design and founder of The Admin Bar community, shared how he qualifies leads, prices projects, and hands websites over to clients. The discussion covers lead forms, pre-quote calls, paid discovery workshops, safe admin access, and structuring website management retainers.
  • Job Thomas compares Automattic’s working style to jazz, describing a culture built around freedom, collaboration, and improvisation rather than strict structures and predefined roles.
  • Ryan Welcher puts WordPress Studio Code to the test by building a real-world hockey team website almost entirely through prompts. The livestream offers an honest look at the AI-powered workflow, showcasing features such as custom post types, block bindings, and more.
  • Thilina Pituwala explained how WooCommerce.com speeds up specific requests by loading only the plugins those requests actually need. The approach reduced memory use by more than 50% on some requests and improved latency, but requires careful route-specific rules, testing, and monitoring to avoid breaking dependencies.
  • Blaise uses recent Censys research showing that more than 70% of publicly visible WordPress sites with exposed version information are running outdated PHP to argue that PHP lifecycle management is a hosting infrastructure responsibility, not something site owners can realistically handle themselves.
  • Elliot Richmond explained how he used WordPress Playground and Blueprints to create a safe, browser-based training environment for a client migrating from a classic theme to a full block theme, using the client’s actual theme, plugin, and selected content.
  • Joost de Valk argues that websites are evolving from pages designed mainly for human visitors into verified, machine-readable home bases for businesses. He explored how websites will need to serve both people and AI agents, support direct actions, and act as a trusted source of truth as more decisions move beyond the website itself.

🛠 GUIDE ZONE – HOWTO’S and MORE

Handpicked fresh guides from WordPress circle

📆 SAVE THE DATES

Do not miss a WordPress event ever again

🎁 WORDPRESS DEALS OF THE WEEK

Again, these are the best deals of the week, handpicked by yours!

EXCLUSIVE DEALS
  • 4 Months free offer on hosting plans of WP Engine (Coupon Code- FREEDOMTOCREATE)
  • 10% off on monthly & annual plans at SureTriggers (Coupon Code- WPCONTENT10)
  • Up to 84% off at Hostinger (Code NYSALE for an extra 10% off)
  • 15% off yearly plans at Videvo (Coupon Code – WPV15)
MORE DEALS

This weekly newsletter is kindly sponsored by awesome WordPress Companies 🦸‍♂️🙌

ProfilePress – Create membership sites & sell subscriptions on WordPress Check it out  →

Create a career page and start recruiting talents in a few minutes Check it out  →

Last but not least, updates from WP-CONTENT.CO 👇

The WP Community Collective is now known as The WP Open Community Collective (WPOCC), after CEO Sé Reed…

WordPress.org has reduced the Protect The Shire cooldown period for plugin and theme updates from 24 hours to…

The WordPress Security Team has been hardening GitHub Actions workflows across the WordPress GitHub organization for the past…

WordPress 7.0.2 has been released to address two security vulnerabilities, a high-severity SQL injection vulnerability and a critical…

Team WP-CONTENT.CO

This weekly newsletter is kindly sponsored by ProfilePress and WP Job Openings

Built with Newsletter Glue.