Related Posts

How to register WordPress hooks with PHP attributes: A step-by-step guide

In this article, I will discuss how and why WordPress hooks are used in plugins, and how we will use PHP attributes for registering hooks in classes effectively and clearly.

Read More

Coding standards part 2: .editorconfig, documentation and strict types

In the previous article, we already learned a lot about coding standards, and today I like to discuss three more points: the file .

Read More

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.

Read More