The July 2026 WordPress developer roundup covers the 7.1 beta cycle starting July 15, responsive styling now open for testing, React 19 compatibility tooling in Gutenberg 23.4, and a deprecation wave across @wordpress/components. https://developer.wordpress.org/news/2026/07/whats-new-for-developers-july-2026/
#WordPressDevelopment
Block themes typically require separate templates to load different sidebars. The render_block_data filter lets you swap template part slugs at render time based on post category or page context, keeping your template count down. https://developer.wordpress.org/news/?p=6219
#WordPressDevelopment
The June 2026 WordPress developer roundup covers WordPress 7.0, client-side media processing testing, collaborative editing outreach for 7.1, and the React 19 compatibility situation after its temporary revert in Gutenberg. https://developer.wordpress.org/news/?p=6195
#WordPressDevelopment
WordPress 7.0 ships a built-in AI Client: a PHP API that routes image and text generation requests to whichever provider the site owner has configured. This tutorial walks through building a working image generation plugin on top of it. https://developer.wordpress.org/news/?p=6094
#WordPressDevelopment
The May 2026 WordPress developer roundup is out. You’ll find coverage of early work on a content types system, revisions support for templates and patterns, a new @wordpress/grid package, and a range of block fixes ahead of the WordPress 7.0 release. https://developer.wordpress.org/news/?p=6122
#WordPressDevelopment
The WordPress Developer Blog has a new guide on writing end-to-end (E2E) tests with Playwright. It covers setup with wp-env, testing block variations and patterns, and verifying front-end output using the REST API. https://developer.wordpress.org/news/?p=6048
#WordPressDevelopment
WordPress Playground now has an official MCP server via the new @wp-playground/mcp package. One command connects Claude Code or Gemini CLI to a local Playground instance for file access, PHP execution, and site management. https://developer.wordpress.org/news/?p=6028
#WordPressDevelopment
@wordpress/build is a new build tool for WordPress plugins that replaces webpack and Babel with esbuild, auto-generates PHP script registration, and requires zero config. It already powers all 100+ Gutenberg packages. The API is still being shaped, and your feedback is welcome. https://developer.wordpress.org/news/?p=5992
#WordPressDevelopment
WordPress 7.0 will introduce real-time collaboration in the block editor, built on an HTTP polling sync provider and CRDT data storage. The March developer roundup also covers new WP-CLI commands, AI provider packages, and the first wave of Dev Notes. https://developer.wordpress.org/news/?p=5940
#WordPressDevelopment
Since WordPress 6.7, plugins can extend the editor’s Preview dropdown. Want to add your own custom preview experience? Learn how to use PluginPreviewMenuItem to build a Social Card Preview that reflects unsaved edits in real time.
Read the tutorial → https://developer.wordpress.org/news/2026/02/how-to-add-custom-entries-to-the-editor-preview-dropdown/
#WordPressDevelopment