-
Curating the Editor experience with client-side filters
Learn how to curate the Editor experience like never before using a new client-side filter introduced in WordPress 6.2.
-
How webpack and WordPress packages interact
Learn how WordPress uses Webpack to manage importing from the built-in packages that ship with WordPress.
-
Quick and easy local WordPress development with wp-env
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.
-
Intrinsic design, theming, and rethinking how to design with WordPress
One of the oft-repeated questions in developer circles who have closely followed WordPress’ revolution via the Gutenberg project has been: When […]
-
How to extend WordPress via the SlotFill system
In WordPress 5.0, the WordPress SlotFill system was introduced as part of the Gutenberg project and is the extension paradigm that allows developers to extend the UIs introduced with the Gutenberg project such as the Post Editor and the Site Editor.
-
Creating Themes from a Pattern-first mindset
Throughout most of WordPress’ history, classic theme development was a template-first affair. Templates housed the structure of the eventual document […]