Austin Ginder

Austin Ginder

Traveling While Running a Business

I spent most of the summer away from home traveling with my family. I wouldn’t call it a vacation, however it did include a few days off from work. This was something I planned to do a year in advance.…

Safely Remove WP Offload Media from Legacy Multisite

WP Offload Media from Delicious Brains is a fantastic product. It allows you to offload WordPress’ media library to Amazon S3, DigitalOcean Spaces, or Google Cloud Storage. Recently I removed WP Offload Media from a legacy WordPress multisite. This is…

Open Source All Of The Things 📖

There are 2 types of businesses: those that are open and those that are closed. Specifically, this is about how much a business shares knowledge vs keeps to themselves. I choose to be open. That why I blog. That’s why…

Bulk User Removal for WordPress Sites

Recently a web agency asked if I could remove a list of WordPress accounts, if found, from all of their websites. They gave me a list of 15 old email account of which they wanted removed from their 42 sites.…

Digging into Local by Flywheel’s Virtual Machine

I’m a big fan of Laravel’s Valet for local WordPress development. However after wasting a day attempting to fix a bug with Valet I decided to give Local by Flywheel a try. Spending my day attempting to resolve an obscure…

Deploying Paid Plugins

Paid plugins often rely on license keys for automatic updates and support requests. However it’s the wild west when it comes to how their licensing systems work. Seems like every plugin author ends up implementing their own licensing system. I…

Easily Avoidable Website Outages

Site monitors are a good way to detect major issues with websites. Over the years I’ve begun to notice a few common reasons why websites go offline. You might be shocked to know that most times it has nothing to…

Moving a VPS from Digital Ocean to Google Cloud

WordPress websites need to managed by someone who can keep after things 24/7 if you wish sleep well at night. That’s why for hosting WordPress websites I rely on managed WordPress hosts like Kinsta. Kinsta has the staff and sysadmins…

Find and Replace Hardcoded File References

Generally finding and replacing old URLs can easily be accomplished using WP-CLI’s search-replace command. However that only makes changes to the database. Hard-coded file references may still exist. This can be handled with a few commands over SSH, however if…