Object-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 plugins How to set up a shortcode How to set up a template tag H