How I write my WordPress Plugins with Classes

One of the things I’ve always hated about WordPress is writing larger plugins with lots of functions and global variables. While it isn’t always possible to write a wordpress plugin using OOP techniques that would satisfy an OOP purist, it is possible to make things a little cleaner and easier to extend and maintain for yourself. Continue reading