Dealing with PHP 5.3 legacy code in ZENPRESS

Dealing with PHP 5.3 legacy code in ZENPRESS

I’ve been preparing to move some of my ZENPRESS-based sites off of a host that permits running the old PHP 5.3 to a modern, managed host that requires a modern PHP implementation. Unfortunately, ZENPRESS dies horribly on PHP 5.4, because PHP removed call-time...
Putting Redux and Admin Page Framework to the test

Putting Redux and Admin Page Framework to the test

I downloaded and attempted to build a small project with both Admin Page Framework and ReduxFramework. It quickly became apparent that there were some tangible differences. Admin Page Framework makes it very easy to create widgets, so I went to town building a DaysTo...