Plugin Development

Modern object-oriented PHP in WordPress plugin development

In this article series, I will present methods for building WordPress plugins in a modern and object-oriented way. The focus will be on code quality, reusability, maintainability, and extensibility of plugins and plugin code.

Read More