Deploy WordPress Plugins & Themes to Several Sites using GitHub Actions

This article isn’t intended as a one-stop set of instructions for getting started with GitHub actions. But instead, this post will summarize what is involved in deploying plugins/themes to multiple sites using GitHub actions. The instructions are loosely based on this extremely helpful step-by-step guide on continuous deployments for WordPress. If the guide I just

Deploy WordPress Plugins & Themes to Several Sites using GitHub Actions Read More »

PHPCS fatal execution error occurred

What causes the phpcs fatal execution error? Is there something wrong with how you installed PHP Code Sniffer? Perhaps there is something wrong with VSCode or the coding standard you are trying to implement. Initially, I thought there was something wrong with my VSCode extension, I actually kept searching for things such as “vscode fatal

PHPCS fatal execution error occurred Read More »

Error – email could not be sent – site may not be correctly configured – WordPress not sending emails on localhost – xampp

Is WordPress telling you that it is not set up to send emails? Read on. This problem took me roughly 20hrs to get to the bottom of (I’m not embarrassed). If that sounds extreme, good! This is the type of problem that keeps you up at night. When you check so many different logs, so

Error – email could not be sent – site may not be correctly configured – WordPress not sending emails on localhost – xampp Read More »

Post-processing of the image failed likely because the server is busy

Having trouble uploading an image? Try with a different, smaller-sized file. If that didn’t work, then you should probably Google the issue some more. If uploading another image works, then there’s likely something wrong with your file name. The solution is to rename the file you are trying to upload, removing characters like apostrophes. In

Post-processing of the image failed likely because the server is busy Read More »