When releasing a new version of a WordPress plugin, it’s often good to get additional testing before rolling it out to all users. This tutorial will walk you through creating… Read more »
Learning Center
How to set the current screen in a WordPress PHPUnit test
Even the many AI tools out there could say how to set the global $current_screen variable in order to test things like: Because WP_Screen is final and there’s no hooks,… Read more »
How to use a windows keyboard with Anydesk on macOS
I just got a PC for the first time in a (very) long time, and got a Ducky One2 keyboard (Windows layout) to go with it. I ended up liking… Read more »
Fixing broken PHP errors after upgrading
Recently did a brew install and it started updating all the things. With a new version of PHP out, it decided to break my link with an ominous error: Fortunately… Read more »
How to Remove Feed.fm on a Nortictrack Machine with iFit
I hopped on the treadmill about a week ago and as I started the workout, music suddenly started blaring from the machine and a “feed.fm” block appeared in the top… Read more »
How to anonymize the WordPress users on your local or staging site
You never want to accidentally send emails to users from your local or staging version of your site, especially if you run an e-commerce site with a bunch of customer data. Use this query to anonymize the email addresses in your database.
How to add an SSL trust seal on Easy Digital Downloads Stripe Checkout
From many articles, adding a trust seal can increase… well, trust, during checkout. But how do you add one during the Easy Digital Downloads checkout?
Submitting, maintaining and growing a plugin on wp.org
You have a plugin and want more people to check it out, and submit it to the official WordPress plugin directory. But how do you get it ready and submit… Read more »
How to remove the Easy Digital Downloads renewal discount without affecting existing customers
What if you now want to remove the renewal discount entirely for new plugin customers on your Easy Digital Downloads store, but keep it for existing customers?
Highlights from the LoopConf 2018 Conference
A couple weeks ago I attended LoopConf 2018, a conference specifically for WordPress developers. Funnily enough, a lot of the talks weren’t just for WordPress developers but for web developers in general.