Intro to WordPress Plugin Development: Object Oriented Programming

WordPress Plugin Development OOP
This entry is part 11 of 12 in the series Intro to WordPress Plugin Development

So far we’ve been working with procedural programming in the Intro to WordPress Plugin Development series. Now we’ll take a look at how we can use object-oriented programming (OOP). This tutorial is not going to go into all of the details behind OOP. Instead, it will go over the concepts and differences between OOP and…

Read More

Intro to WordPress Plugin Development: Separate Into Multiple Files

WordPress Plugin Development File Organization
This entry is part 12 of 12 in the series Intro to WordPress Plugin Development

We’re nearing the end of the Intro to WordPress Plugin Development series. While we’ve gotten into some more advanced topics in the series, I want to circle back to one of the original concepts. In the best practices section of this series, we talked making your plugin readable to others. This helps if anyone ever…

Read More