Advanced WordPress Development: Writing Object-Oriented Plugins

There are a lot of benefits to learning object-oriented programming if you’re a WordPress developer. OOP code can help organize your code and make it reusable. It’s more extensible, easier to maintain, and encourages a culture of using design patterns. This is the second post in our six-part series focusing on WordPress for advanced developers. This series follows on from our …