Best WordPress Hosting
 

WP Migrate DB Pro 1.9 Released: New Backups Tab and Refactored PHP

A mere eleven-or-so weeks after the release of the Theme & Plugin Files addon, WP Migrate DB Pro version 1.9 is out the door! We’ve added a brand new backups tab to make it easier to manage any backups you Continue reading WP Migrate DB Pro 1.9 Released: New Backups Tab and Refactored PHP

WP Migrate DB Pro 1.8 Released: Import SQL File & More

The WP Migrate DB Pro team is very excited to announce the release of version 1.8! We’ve packed in an awesome new feature and improved a bunch of existing functionality. So without further ado, let’s go over what’s new! Import Continue reading WP Migrate DB Pro 1.8 Released: Import SQL File & More

Behind-the-Scenes: How We’re Automating Acceptance Testing

Have you ever had the joy of carrying out acceptance tests? For our team at Delicious Brains, testing our releases, in the past, has been one of the most dreaded tasks on the to-do list. We hold our plugins to Continue reading Behind-the-Scenes: How We’re Automating Acceptance Testing

Deploying WordPress Plugins with Travis CI

Ever since I built my first WordPress plugin, the process of deploying the code to the WordPress.org Subversion repository has been a painful one. With Git as the widespread VCS flavor of choice, switching to SVN for plugin deployment has Continue reading Deploying WordPress Plugins with Travis CI

On The Fly Image Processing Causes More Problems Than It Fixes

Update 2017-03-07: We’re now offering a better solution to on-the-fly image processing. Images are the bread and butter of the web. Without images and other media the web would be quite different and not nearly as enriching; they are like Continue reading On The Fly Image Processing Causes More Problems Than It Fixes

Creating a Custom addon for Local by Flywheel

Update: This post was originally written about Pressmatic before the app was purchased by Flywheel and had its name changed to “Local”. I have updated the post’s text and most of the code to reflect this change. If you’ve been Continue reading Creating a Custom addon for Local by Flywheel

Unit Testing Ajax and API Requests in WordPress Plugins

I am scared of unit testing. There, I’ve said it. Unit testing is one of those practices that I know I should be doing, there are benefits to doing it, but it just seems too hard to implement, especially with Continue reading Unit Testing Ajax and API Requests in WordPress Plugins