You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template uses concepts such as OOP and DI to make everything more "central" in your next WordPress plugin. This is opposed to the "fragmented" way WordPress code is usually developed.
3
+
4
+
If you're unfamiliar with OOP (object-oriented programming) then I recommend you [read this introduction](https://www.tutorialspoint.com/php/php_object_oriented.htm).
5
+
6
+
If you're unfamilair with DI (dependency injection) then I recommend you [read this introduction](http://codeinphp.github.io/post/dependency-injection-in-php/).
0 commit comments