I recently found that I needed to Profile WordPress Cron to figure out the best way to improve the processing time on background file imports. In an effort to better…Continue readingProfile WordPress Cron Jobs With VVV
WordPress LOVES backwards compatibility as can be witnessed by the minimum-allowed WordPress PHP version remaining at 5.2.4 a decade after its end-of-life date. It may be one of the reasons they…Continue readingShould The WordPress PHP Version Be Updated?
While trying to figure out why the footer-loaded scripts in Store Locator Plus are not being output on some admin page, I went deep down the rabbit hole of the…Continue readingwp_enqueue_scripts Deep Dive
Millions of websites across the Internet were automatically updated to WordPress 4.8.2 yesterday. Thousands of those sites have key components that are no longer working. Many of those…Continue readingWordPress 4.8.2 Data Query Woes
Adding the Screen Options drop down to a custom WordPress admin page takes some trickery which was described in the prior Screen Options blog post. Using the “magic sauce” of…Continue readingAdding Columns To WordPress Screen Options
A summary of my notes from my SyntaxCon 2017 “WordPress As An Application Framework” presentation. Constraints Constraints of working in and around the WordPress application. Built-In Overhead Using any…Continue readingWordPress As An Application Framework