WordPress Plugin Development Best Practices: Plugin Templates
WordPress functionality is largely defined by the available plugins, and many clients want functionality that’s best served with a custom plugin. The initial setup is often a tedious affair, with… Read more
WP Migrate 2.5 Released: High-Performance File Transfers for All
Today we’re pleased to announce the official release of WP Migrate 2.5, which brings High-Performance File Transfers out of beta and into its new role as the standard file transfer… Read more
WordPress, Spam Filtering, and You: From SPF to DKIM to Blocklists
There is no one key to making sure WordPress site emails are sent reliably and stay out of the recipient’s spam folder. A common recommendation is to use a dedicated… Read more
Remotely Back Up Your WordPress Database and Media With WP Migrate CLI
Keeping regular backups of your WordPress installs is one of the most important things you should do after you launch a site. If you search for the term “backup” in… Read more
Exploring Email Tracking With Amazon SES and CloudWatch
Every WordPress site has to send emails, but there’s no built-in tracking for them. This makes it impossible to know if your emails are being opened and clicked or just… Read more
WP Offload Media 3.0 Released: New User Interface, Media Library Enhancements, and More
Today we’re excited to announce the release of WP Offload Media 3.0. The introduction of a brand new user interface, powerful filters and columns in the Media Library, and revamped… Read more
The Developer’s Advanced Guide to the wp-config File
How well do you really know wp-config? There’s a surprising amount of power in those few lines of PHP! This article is a tour of some bits of wp-config that… Read more
WP Migrate 2.4 Released: Faster Migrations, Must-Use Plugins, WP Engine Compatibility, and More
Today we’re pleased to announce the official release of WP Migrate 2.4. With new capabilities for migrating must-use plugins and other files in the wp-content directory, it’s now possible to… Read more
Managing WordPress Dev Environments With WP-CLI and Robo
Automating repetitive tasks is one of the best ways to save time in your development workflow. In my day to day work as a plugin developer, I often have to… Read more
How to Switch Your WordPress Site from HTTP to HTTPS
Just about every WordPress website should be served over HTTPS instead of HTTP, for reasons of both security and SEO. HTTP content isn’t encrypted, leaving your site vulnerable, and Google… Read more
Installing, Updating, and Managing WordPress Plugins With WP-CLI
WP-CLI allows you to do practically anything you can do in the WordPress admin, but on the command line. This saves a lot of time and provides a cleaner workflow.… Read more
Managing Your WordPress Site With Git and Composer
Managing WordPress with Git and Composer has some big advantages. In particular, it can give you version control and helps get new people up to speed quickly. But it’s not… Read more
Our Guide to WP-CLI Command Structure
The WordPress command line interface (WP-CLI) is an incredible tool for improving your development workflow. Understanding how commands are structured is key to using WP-CLI to its full potential. In… Read more
WP Engine Has Acquired the Delicious Brains Plugins!!
That’s right! Advanced Custom Fields (ACF), WP Migrate, WP Offload Media, WP Offload SES, and Better Search Replace are now part of the WP Engine family of products, enhancing their… Read more
How to Use tmux for Remote & Local Development
The tmux terminal multiplexer is often used in remote development, but it has interesting applications for local dev work as well. In this article, I’ll explain what a terminal multiplexer… Read more
WP Migrate 2.3 Released: Database-Less and Subsite-to-Subsite Migrations, Version Comparisons, and a New Name
Today we’re pleased to announce the official release of WP Migrate 2.3. Yep, you read that correctly, we’ve dropped the “DB Pro.” We’ll discuss more about the name change later… Read more
Debugging React, JavaScript, and PHP at the Same Time With PhpStorm
Ever since I discovered how to configure PhpStorm with Xdebug for debugging, it’s been my go-to solution for hunting down difficult to reproduce bugs. What I didn’t know until very… Read more
WP Offload Media 2.6: BuddyBoss Integration, Offloading Files Outside of the Media Library, WP 5.9 Compatibility
Today we’re pleased to announce the official release of WP Offload Media 2.6, which includes a brand new BuddyBoss integration and improves how media is offloaded, including files outside of… Read more
Get Started with PHP Static Code Analysis
Imagine a world where your IDE or code editor detected problems before you even ran the code. Imagine if whole categories of errors could be automatically identified and easily eliminated… Read more
Create Your Own SSL Certificate Authority for Local HTTPS Development
In 2018 Google started advocating that sites adopt HTTPS encryption, by marking sites not using an SSL certificate as “not secure” in their Chrome browser. This was widely accepted as… Read more
Understanding WordPress GUIDs: What They Are, and Why Change Them
The WordPress GUID is a unique identifier for individual posts, pages, media, and practically any other custom post type. As such, it’s a key element in rendering your WordPress content… Read more
The State of HTML Email in WordPress in 2022
One question that I’ve been asked a few times while working on WP Offload SES is how it handles HTML email. By default, WordPress sends out all emails as plain… Read more
WP Migrate DB Pro 2.2 Released: Find & Replace Preview, Support for Different Table Prefixes, UX Improvements, and More
We’ve just released more awesome updates to our flagship product, WP Migrate DB Pro! If we had to choose one word to summarize this release, it would be precision. This… Read more
Best Ways to Encrypt Passwords, Keys, & More with PHP in 2022
A few years ago I attended Laracon EU where Marcus Bointon gave a great talk on Crypto in PHP 7.2. I left the talk having a much greater appreciation for… Read more