PHP Static Methods in Depth: What They Are & How they Work in WordPress

One of the things that often confuses people new to object-oriented PHP is what are called “PHP static methods” and “static properties”. They’re often confusing, because you simply aren’t used to the syntax, which is a PHP double-colon (::) where you might expect an arrow (->). But, I’m getting ahead of myself. Our goal here … Continue reading PHP Static Methods in Depth: What They Are & How they Work in WordPress