Tag: oop

  • Refactoring a WordPress plugin, Object-oriented, a start

    Refactoring a WordPress plugin, Object-oriented, a start

    I recently dissected  an Object Oriented WordPress plugin boilerplate. This exploration was part of a project I am undertaking to explore best practices for implementing Object Oriented principles in WordPress development. When it comes to implementing coding principles, I’m generally not a purist — I aim to be utilitarian. One of the dictums I drum into my team…

  • Object Oriented WordPress Plugin Development

    Object Oriented WordPress Plugin Development

    I’m refactoring my WordPress plugins to implement better Object Oriented Programming concepts in them. During my exploration I came across wppb.io. I have the utmost respect for the initiative and contributors to the project. I see this post as an exercise in understanding other people’s code, and thinking about what I would do. So I’m…