Building WordPress Plugins with Object Oriented Concept
The basic approach in the creation of plugins and themes with the OOP concept is consistent use of the MVC model together with several design patterns. The brightest example of such an approach is the Just Custom Fields plugin. By checking the plugin’s latest code base, you can better understand the principle use of the OOP…
July 29, 2016
No Comments