Posts

Month: October 2019

Full Page Website Screenshots

I previously wrote about taking website screenshots with gowitness. That works great for basic website screenshots. However my most recent project required full page…

Migrating a Large WordPress Site

Migrating a WordPress site is generally a straightforward process. Make a backup of the current site, upload files, and import database onto the new…

Composer Autoloading within WordPress Plugin

A good way to begin using object oriented PHP classes is by writing everything in a single .php file. That’s completely fine for small…

Learning Vue.js as a WordPress Developer Part 4 – Authenticated Rest API

This post is part of a series called “Learning Vue.js as a WordPress Developer” Part 1 – Getting Started Part 2 – Structured PHP,…

Removing Legacy ms-files.php from Multisite

I created the following script to automate removing ms-files.php from a legacy WordPress multisite hosted with Kinsta. It was a large network with hundreds…