Plugins

I build WordPress plugins mainly to scratch my own itch. Most of them solve small, specific problems that I’ve kept running into on client sites and personal projects. They’re all free, open source, and maintained by yours truly.

Biscotti

Biscotti extends the WordPress login cookie expiration to three months, six months, or one year on a per-user basis. Because some folks hate having to keep entering their passwords. Each user picks their own expiration under their profile page, so it stays out of the way for anyone who doesn’t want it. Includes WP-CLI support for managing cookie expiration from the command line.

WordPress Plugin Directory · GitHub

PLU Redux

PLU Redux displays a “Last Updated” date next to every plugin on your installed plugins screen. Plugins that haven’t been updated in over two years get a warning emoji. It also adds a Site Health check that flags outdated plugins with a critical status. Includes a WP-CLI command for checking last updated dates from the terminal.

WordPress Plugin Directory · GitHub

Total Pushover

Total Pushover redirects all WordPress emails to the Pushover notification service. Handy for development sites or single-user installs where you don’t want to set up SMTP or a transactional mail plugin. Everything your site would normally email out (including password reset requests) gets sent as a Pushover notification instead.

GitHub

utf8mb4 CLI Upgrader

This plugin upgrades your WordPress database collation to utf8mb4_unicode_ci via WP-CLI. Some WordPress installs missed the automatic utf8mb4 conversion when WordPress 4.2 shipped. If yours did, it may be silently affecting performance. This plugin walks through each table and handles the conversion.

GitHub

Find Me Elsewhere