Blog
-
Removing Sensitive Data from Git Repos
If you’ve ever worked with git for a WordPress project, you may at some point accidentally added private keys and other sensitive data into the repo. It’s easy to do…
-
Writing Personalized Scheduled Emails with WordPress
There are many options for sending out email newsletters. Recently, I was reviewing various options for sending out my CaptainCore updates. At first I was tempted to just grab entries from…
-
Working with WP Engine’s Legacy Staging
WP Engine is one of the main web hosts I use for Anchor Hosting. They recently announced new staging and development environments which will eventually make the existing staging site feature…
-
Argument List Too Long with WP-CLI
When using command line applications, like WP-CLI, you may run into a scenario where you’re attempting to pass too much information via arguments. That will result in an error like…