Tag: WordPress OOP
Where and How to Use WordPress Hooks in Objects


You’ve maybe noted that we’ve recently been writing about WordPress and object-oriented programming in PHP a lot. Just last week, Fred published an article about PHP magic methods, especially __construct, and how they work. This week I want to tackle a very common and oft-debated question about WordPress and OOP: when I use WordPress hooks, where do they go on my objects?
Object-Oriented PHP: The __construct() Magic Method


In this article, we tackle an intermediate topic in object-oriented PHP: magic methods, specifically __construct().