Create WordPress Plugins with OOP Techniques
By Geoserv on Wordpress from www.faqpal.com
Advertise hereObject-oriented code, among other things, can help organize and add reusability to your code. In this tutorial, I will teach you the basics of writing a WordPress plugin using object oriented techniques. We’ll be using Dribbble’s API as an example for this tutorial. Ready? What We’re Going to Learn: Benefits of using OOP for WordPress [...]

