Here is a tutorial for power users and developers on using WP_Query. WP_Query is a core WordPress helper class for interacting with the database.

Advanced WP_Query Techniques
Iain Poulson @ advancedcustomfields.com • 2 months ago
Iain Poulson @ advancedcustomfields.com • 2 months ago
Here is a tutorial for power users and developers on using WP_Query. WP_Query is a core WordPress helper class for interacting with the database.
Thoriq Firdaus @ hongkiat.com • 2 months 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 • 3 months 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 • 3 months 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 • 3 months ago
Here are some suggestions for WordPress plugin and theme developers following on the WPE / Matt Mullenweg conflict.
Robert DeVore @ robertdevore.com • 4 months 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 • 4 months 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 • 4 months 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 • 4 months ago
This article briefly shows five different ways to add an options page in the WordPress admin for user settings.