I won’t get into all of the details of why I needed this functionality, but I was working on developing an online payment process using Gravity Forms and Authorize.net and the accounting office requested a very, very specific reporting format. After developing a convoluted system using Google App Scripts to combine, archive, package, and delivery […]
Category Archives: PHP
Upgrading WordPress installation to PHP7 (WHM, Easy Apache, CentOS)
After a couple of years of hearing how HHVM was dominating other installations in speed tests, I was please when earlier this year, PHP7 was finally release. Zend claimed similar (or even greater) speed gains. But the proof is in the pudding, yes? So I set off to install and test PHP 7 on my […]
Adding custom fields with multiple values to a WordPress post
The problem I was working to create a system that allowed users to submit a Gravity Form entry with multiple file attachments that would create a post on the front end, printing those attachments. GF and the wonderful Gravity Forms + Custom Post Types plugin makes it easy to map a form field to a […]