Easy Digital Downloads is an awesome free plugin for WordPress that allows you to transform your site to an e-commerce platform to sell your digital products. For most shops that sell digital products with Easy Digital Downloads, the default checkout form is plenty to get a customer’s order processed. However, there may be times when […]
WordPress Plugin Development
GDPR For WordPress Plugin and Theme Developers
Edit: Updated on 5/11/2018 to include adding privacy policy content. By now, I’m assuming most people are at least aware of what GDPR is. If not, go check out GDPR WP’s site, or do a quick Google search so you’re familiar with it. Basically, the upcoming enforcement of EU’s privacy laws will become enforceable on […]
Building Your First Plugin WordCamp Phoenix 2018
If you attended my WordCamp Phoenix 2018 talk Building Your First Plugin – A Complete Newbie’s Guide to Creating a Plugin thank you! It should be fairly obvious that a 45 minute WordCamp talk won’t have all the information you need to build a plugin. It’s a massive topic, so that is why I’m writing this […]
How to Remove the Admin Toolbar in WordPress
There are many WordPress sites that have end users who have no need to see the WordPress admin toolbar. You know, that black bar that shows up at the top of the site when you’re logged in. It is extremely useful for admin users to be able to quickly jump between front end pages and […]
Intro to WordPress Plugin Development
This tutorial series is a look into the best practices for developing WordPress plugins. Who is this for? This tutorial is perfect for anyone who: Has dabbled in PHP coding. Perhaps you have added a few snippets of code to your child theme’s functions.php file. Has written a custom plugin, but want some guidance to […]