Creating A WordPress Plugin Using OOP Techniques
Today we are going to look at how to write a WordPress plugin using Object Oriented Programming techniques. What Is OOP? Writing a plugin using OOP is basically writing your plugin as a PHP class. This can sound a little daunting at first because of the different way you have to handle functions to actions/filters. Here I’m hopefully going to […]
Read more
Recent Comments