With the introduction of block inspector tabs in WordPress 6.2, block developers have more control over where custom controls should appear by leveraging the group of the InspectorControls component.
A walk-through of customizing the core WordPress block styles directly in theme.json instead of using a custom stylesheet.
Learn how to curate the Editor experience like never before using a new client-side filter introduced in WordPress 6.2.
The @wordpress/data and @wordpress/core-data packages are extremely useful for fetching and working with data in your block development projects, but they are not exactly intuitive to use. This tutorial introduces you to useEntityRecords which is a custom React hook that makes fetching data a great deal easier for the developer.
The fourth edition of a monthly roundup that brings you all the latest features, updates, and fixes you need to know about for extending WordPress.
Learn how WordPress uses Webpack to manage importing from the built-in packages that ship with WordPress.
A walk-through of adding per-block CSS using in theme.json that covers tips, tricks, and pitfalls.
A step-by-step guide of using the “template types” feature of the Patterns API to build multiple homepage design options
The third edition of a monthly series that cuts through all the noise of a busy development cycle and brings you the latest features, updates, and fixes you need to know about to build on top of WordPress.
wp-env is a tool that allows developers to create a WordPress development environment from the command line with zero configuration. Learn how to install and use wp-env, and discover the benefits that it provides over other local development environments.