Austin Ginder

Austin Ginder

It’s Always A Good Time To Fork

With the recent WordPress conflict between Automattic and WP Engine, there’s an increased talk about forking WordPress. To that I say, it’s always a good time to fork. Whenever you fork something one of the following will happen: I’m not…

Recovering Images from WordPress’ Downscaled Images

Many years ago WordPress introduce a new method for handling large images. If an image larger then 2560px wide is uploaded then WordPress would generate a scaled down version. These scaled images help keep users from accidentally linking to truly…

Checking for Large Autoloaded Data with WP-CLI

WordPress databases comes with an options table, and entries in this table can be marked for autoload. Autoloading means the row of data will be included with each request to WordPress. If the amount of data being autoloaded becomes excessive…

WordPress Email Health Monitoring

Keeping emails sending properly from WordPress can be a little tricky. There are things you can do to improve email deliverability. Routing emails through a transaction email service or a real email account can greatly improve odds that your email…

The Invisible Blacklist, Comcast

When migrating websites to Anchor Hosting it’s somewhat common that I’m also performing malware cleanup. I suppose if your web host doesn’t take responsibly of malware infections then you should take a hint and find a new web host. Did…

Bulk PHP Upgrades With Kinsta’s API

One of my most requested features for Kinsta was for them to build an API. Well, they listened and have been regularly rolling out new API endpoints: Any hosting provider with a powerful API is an open invitation for…

To Offer Web Hosting or Not, That Is The Question

It’s no secret that here at Anchor Hosting we resell web hosting services. We use other managed WordPress providers like Kinsta and Rocket.net and focus our efforts on making the WordPress experience hassle-free. While there are plenty examples of resellers…

Extending WP-CLI Plugin Verify Checksums

WP-CLI’s plugin verify checksums is an awesome builtin security feature. With a single command wp plugin verify-checksums –all you can make sure all of your WordPress.org plugins are valid and haven’t been tampered with. It’s one of the first commands…

Extracting Plugin Configurations with WP-CLI

When managing many WordPress websites for others, a common task is dealing with plugins. Often it’s not enough to be able to bulk install and activate a particular WordPress plugin but also have that plugin preloaded with a certain set…

Fixing TGM Plugin Activation for WordPress Updates

TGM Plugin Activation (TGMPA) is a discontinued PHP library that some WordPress authors use to handle distributing theme-required plugins. TGMPA was last updated in March of 2016, and with that age comes a bit of baggage. The main issue comes…