WordPress Plugin Overhead

I recently wrote an article on why you should bury the bulk of your plugin PHP code at least TWO levels deep from the top-level directory. The short version: WordPress builds a list of every single PHP file… Read More
Why Your WordPress Plugin Should Have Almost Nothing In The Main Folder

As we continue to roll out our Store Locator Plus SaaS service built on top of WordPress as our application foundation we continually refine our plugin, theme, and API architecture. One of the issues I noticed while testing… Read More
A WordPress Plugin Coding Adventure – A Love Hate Relationship
Over the past 48 hours I spent time between numerous meetings writing another WordPress Plugin, a WooCommerce Report Modifier that we need for our Store Locator Plus store. I’ve not written a “new from scratch” plugin that was… Read More