1 follower
I'm a web developer from Cologne, Germany and dad to two kids.
After the previous article in this series was very technical, today we'll take a breather and indulge in a slightly more theoretical piece. Our topic...
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...
In the previous article, we already learned a lot about coding standards, and today I like to discuss three more points: the file .editorconfig, the...
In the last article, I explained the use of namespaces, which we need today to establish autoloading, which simultaneously defines our file and folder...
In this article I'll point out, what's the reason for using namespaces in our WordPress plugins and what namespaces are. We will learn, that...
What lies behind this somewhat provocative headline? Over time, I have noticed something about certain WordPress plugins. What exactly, I will...