Category Uncategorized

Converting WordPress Uploads to WebP

There are plenty of options when it comes to optimizing your images. With Kinsta, a single click from their built in CDN and all images will be served out using the most optimization version. Jetpack plugin has a similar feature…

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…

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…