DEV Community

Discussion on: Simplifying WordPress's functions.php with OOP

Collapse
 
vanaf1979 profile image
Stephan Nijman

Nice article. WordPress may not have a lot of modern php, but that doesn't mean my/our code cant. I may take some of your ideas and apply them to my own OOP functions.php boilerplate: github.com/vanaf1979/functionsphp Thanks.

Collapse
 
tylerlwsmith profile image
Tyler Smith

I'm glad you potentially found some of these ideas helpful! I've been building out this class since I wrote this article. At some point I want to turn it into a Composer package so I can share easily among my themes and potentially with anyone else who is interested in it.