Tag: WordPress

  • Seiler GeoDrones

    Seiler GeoDrones

    Created for the Seiler GeoDrones division in 2020 when the WordPress site editor and block themes were first coming out. This is a 100% custom block theme.

  • Ajax Unit Tests for WordPress Plugin Development

    The past couple of days I was having a hard time figuring out why my unit tests for AJAX were giving me an error stating Serialization of ‘Closure’ is not allowed. I’ve since fixed it and wanted to post about it because why not. Things I installed: This is the actual test class I was…

  • Deploying WordPress in the Google App Engine Flexible Environment

    Google actually has a guide for this. But when I was following along, I ran into some issues with the deploy process because certain composer packages require PHP>=8.0. Finally…I have figured out how to do this now without running into build errors. Currently Supported PHP Versions Unfortunately, the App Engine Flexible environment does not currently…