Here is a new plugin boiler plate intended to enable modern coding features. It allows for using namespaces and autoloading with Composer.

Modern Plugin Boilerplate
Thoriq Firdaus @ hongkiat.com • 2 years ago

Thoriq Firdaus @ hongkiat.com • 2 years ago
Here is a new plugin boiler plate intended to enable modern coding features. It allows for using namespaces and autoloading with Composer.

Frank Klein @ wpdevelopment.courses • 2 years ago
Beginning with WordPress 6.3 the constant WP_DEVELOPMENT_MODE was introduced to by-pass the caching of the theme.json file, which is useful for development purposes. This article outlines the uses and parameters.

Fabian Kägy @ make.wordpress.org • 2 years ago
The 200th version of the Gutenberg plugin was released and has updates that will be included in the next version of core in March. There were a number of enhancements including improvements to the Style Book and pattern suggestions. What caught my eye was the ability to include hooks in content, which has been a feature only of PHP based themes up to now.

David McCan @ webtng.com • 2 years ago
Here are some suggestions for WordPress plugin and theme developers following on the WPE / Matt Mullenweg conflict.

Robert DeVore @ robertdevore.com • 2 years ago
Developer Robert DeVore, who has a number of free plugins in the WordPress plugin directory, has written code to block plugin use on WordPress dot com. He did this to protest Matt Mullenweg’s heavy handed blocking of WP Engine plugins.

Jonathan Bossenger @ wordpress.tv • 2 years ago
Developers and power users may find these 4 video lessons by Jonathan Bossenger valuable. They are pretty short, around 5 minutes each, and were just published on WordPress TV.

Troy Chapin @ developer.wordpress.org • 2 years ago
While this article clarifies the differences between Classic, Hybrid, and Block themes, its real value is in the excellent summary of features available for block themes and how to access them.

Iain Poulson @ deliciousbrains.com • 2 years ago
This article briefly shows five different ways to add an options page in the WordPress admin for user settings.

Learning Hub @ wplake.org • 2 years ago
A thorough explanation of the WordPress Interactivity API, the reasons behind it, and how to use it.