Tag: Plugins

Delorean Ipsum generator for WordPress
"The way I see it, if you're gonna build a way to quickly insert placeholder text in your WordPress site, why not do it with some *style?*" A quick plugin...

Testing IP sensitive data on localhost
Recently I’ve been doing some updates to the Fraud Monitor extension for Easy Digital Downloads which helps store owners avoid costly charge-back fees from fraudulent credit card purchases. The most recent...

Prevent additional discounts when renewal discounts are applied
Update: This is now a feature that’s built directly into the Software Licensing add-on for Easy Digital Downloads. It can be accessed in Downloads > Settings > Extensions > Software...

Code Snippet: Show blog ID in admin header
Just recently I ran into a case where I had to quickly look something up in the database of my WordPress development environment. I typically do this via a program...

Leading By Example
I’ve previously written a few posts about using WordPress Actions and Filters to better extend your plugins and/or themes. This time though, I want to talk about leading by example,...

Showing EDD File Download Sizes
The other day I got an interesting support thread for Easy Digital Downloads, asking for the list of files, and their sizes be displayed when viewing a product. Being that...

Developer ProTip: Don’t be tricky
Well that was embarrassing! Day 1 of a plugin release. One of my first customers. Boom, Fatal Error. (╯°□°)╯︵ ┻━┻ In short, it was a simple mistake on my part,...

Using Easy Digital Downloads Software Licensing as an API GateKeeper
It’s no secret I’m a fan of Easy Digital Downloads as I’m a contributor and support technician Lead Developer for the project. I’m also a HUGE fan of the Software...

A Chance To Learn Something New
In my last 4 years as a software developer for GoDaddy, I’ve had the chance to work on one of the largest scale WordPress sites that I’ve ever worked with....

Removing another plugins hooks
The Problem Recently, I was working on a support thread where the user was attempting to override the default functionality of Easy Digital Downloads by using the remove_action() function. This...