Is There a Plugin Life Cycle Documentation?
I’m starting a new plugin with OOP style What does ‘OOP style’ means for you? Wrapping all your functions with a class statement? Then you doing it wrong. You missuse the class as namespace. and I just found out that my main class is being instanciated a lot Huh? class Foo { public function __construct() … Read more