Dr Fragen in the operating room

wordpress

  • Bringing WordPress Core to PHP 5.6 and Beyond

    ·

    In the 2018 State of the Word, Matt told us the plan was to move the minimum PHP version for WordPress Core to 5.6 in April 2019 and to PHP 7 in December 2019. I won’t discuss the irony of WordPress 5.2 being the update that kills support for PHP 5.2, but the coincidence is…

    Read More

  • WordPress Debugging

    ·

    It is inevitable. At some point when running a WordPress site you will have a conflict, an error, or worst case – a PHP Fatal leading to a WSOD (White Screen of Death). My goal is to provide the means with which you should be able to view and hopefully understand, to some degree, the…

    Read More

  • WordCamp LAX 2015

    ·

    I’ll have to spiff this up a bit later, but here are my slides from my talk @WordCampLAX 2015. And you can watch me on @WordPressTV

    Read More

  • GitHub Updater & GitLab

    ·

    GitLab Support I’ve finally been able to add support for GitLab in the GitHub Updater v4.5.0. Additionally, support for GitLab CE and GitLab Enterprise are also included. All that’s required is an additional header with the base URI for the GitLab server. As an example, GitLab CE: https://gitlab.example.com or GitLab Enterprise: https://gitlab.example.com. Extras for GitHub…

    Read More

  • Add Custom Header Images

    ·

    After using this plugin for quite a while I decided to refactor it and submit it to the WordPress Plugin repo. I figured maybe someone else might find it useful. What the plugin does is add all images that have been uploaded to a page titled The Headers to the header image array and allows…

    Read More

  • The Events Calendar Category Colors Plugin

    ·

    It’s been a wild couple of days figuring this one out. Special thanks to Jonah West for all the help and encouragement. This plugin seeks to greatly simplify the ability to create background colors for your categories in the month view when using The Events Calendar plugin. It requires The Events Calendar v2.0.5 or greater.…

    Read More