WordPress Trend Report — 2026-07-05

Weekly Summary

Article Inventory

  1. Bug Scrub Schedule for WordPress 7.1 (Make Core) — WordPress 7.1 bug scrubs transition from twice-weekly sessions to a daily schedule as the release date approaches, with a strict focus on fixing regressions rather than enhancements.
  2. WordPress 7.1 Release Party Schedule (Make Core) — WordPress 7.1 is scheduled for general release on August 19, 2026, following a release cycle that includes three beta phases, two release candidates, and a 24-hour code freeze starting August 15.
  3. X-post: Call for Testing: Responsive Styling (Make Core) — WordPress 7.1 introduces responsive styling, allowing users to apply specific styles to tablet and mobile breakpoints directly within the editor without writing custom CSS.
  4. Merge Proposal: Expanding WordPress Core Abilities (Make Core) — WordPress 7.1 will introduce three read-only abilities—core/read-settings, core/read-content, and core/read-users—to provide a canonical baseline for agents and workflows to access site configuration, posts, and user data without re-implementing logic.
  5. Dev Chat summary: July 1, 2026 (Make Core) — The 7.1 release cycle includes a proposal to merge a new custom post type and hides the Classic block from the block inserter by default, with corresponding dev notes pending.
  6. What’s new in Gutenberg 23.5? (July 1, 2026) (Make Core) — Gutenberg 23.5 introduces experimental cropping controls to the Media editor and brings those capabilities to the Cover block, alongside new aspect-ratio and flex-alignment options for responsive styles.
  7. WordPress 7.0.1 RC1 is now available (Make Core) — WordPress 7.0.1 RC1 is a bug-fix-only maintenance release led by core contributors, intended to resolve issues introduced during the 7.0 cycle or intentionally deferred.
  8. Dev Chat Agenda – July 1, 2026 (Make Core) — The July 1, 2026, Dev Chat will address the 7.1 release roadmap, specifically reviewing a proposal to merge a new custom post type and confirming that the Classic block will be hidden from the inserter by default.
  9. Performance Chat Summary: 30 June 2026 (Make Core) — The June 30, 2026 Performance Chat confirms no tickets are available for the 7.0.1 release, so the "Awaiting Review" queue will be scrubbed and the meeting rescheduled for July 14, 2026.
  10. Guidelines for Syncing Code From Gutenberg Into WordPress Develop (Make Core) — During the 7.1 release cycle, code syncing from Gutenberg to WordPress trunk will occur one week after each Gutenberg general release to ensure trunk remains reasonably up to date.
  11. X-post: WordPress Credits Updates (Make Core) — The WP Credits program is shifting its 2026 focus from rapid growth to quality and retention, aiming to reach 35 school partnerships by year-end while establishing a public dashboard for impact tracking.
  12. The First AI Leaders Graduates (WordPress.org News) — On June 23, 40 students from UIC, Louisiana Tech, and UL Lafayette completed the AI Leaders Micro-Credential by building real projects with generative AI and contributing code to the WordPress open source ecosystem.
  13. ACF Chat Fridays: Introducing the ACF Data Store and Block Bindings UI (ACF Blog) — ACF 6.8.1 introduces a Data Store that enables real-time synchronization between ACF fields and the Gutenberg editor, resolving latency issues in block-based workflows.
  14. How WordPress Page Templates Actually Work (ACF Blog) — WordPress templates define the layout structure via a hierarchical fallback system, whereas individual pages store dynamic content, meaning template edits apply globally while page edits remain isolated.
  15. ACF 6.8.5 Security Release (ACF Blog) — ACF 6.8.5 addresses four critical security vulnerabilities: it restricts WooCommerce order field updates to authenticated users via HPOS, patches a stored XSS vector in the Flexible Content modal, enforces a 1000-choice limit for Checkbox/Radio/Select fields (customizable via acf/fields/max_appended_choices), and ensures proper escaping of special characters in LIKE patterns.
  16. ACF Chat Fridays: Introducing the ACF Data Store and Block Bindings UI (ACF Chat Fridays) — ACF 6.8.1 introduces a Data Store that enables real-time synchronization between ACF fields and the Gutenberg editor.

Developer Implications

Since Last Report


What I'm Watching

The new ACF DataStore (in ACF PRO preview) is a handy tool for managing global or reusable field data in WordPress, separate from individual posts. It enables cleaner organization and more flexible storage of configuration-like custom field values.

Responsive Styling needs your testing! 🥳 The long awaited enhancements for responsive styling are ready for testing and feedback. Please test and provide feedback.


Source Articles

Make Core

WordPress.org News

ACF Blog

ACF Chat Fridays


Build Notes