I recently spoke at WordCamp Los Angeles and Las Vegas this year (2015). Both Camps were very well organized and I got to see a lot of good friends in the WordPress community. Here are my slides for both presentations. I hope you enjoy them!
Similar Posts
How to Hide WooCommerce’s Annoying Admin Notices
Hiding “Install the WooThemes Updater plugin…” alert on Dashboard is easy. Clean up your admin dashboard by removing this message.
WooCommerce Mark Virtual Orders as Complete
WooCommerce virtual orders can be marked as ‘completed’ automatically after payment easily. Here’s a useful bit of code to add to your custom functionality plugin or your theme’s functions.php file.
Gravity Forms Email Attachments for White Papers, Files, etc.
Need to use Gravity forms to send a file attachment upon user submission? Here’s how!

Creating my first WordPress Block Directory plugin: Donation Form Block for Stripe
Did you know that WordPress has a subsection of the plugin directory called the “Block Directory” that allows you to install single-block plugins? It’s still very new and in order to have your plugin listed on the directory you have to adhere to some semi-strict requirements. So I figured, let’s build something cool and learn…

Returning to in-person conferences with a bang: CaboPress 2021
Let’s face it, virtual conferences suck. Don’t get me wrong, I think they’re great for our current climate, but they’ll never fill the shoes of a real in-person conference. Queue CaboPress: the most unique conference you’ll ever go to. Rethink what you know about a conference After more than a year-and-a-half of Zoom, this past…
Fix: Flash Not Showing in IE Using Object Tag and ClassID Attribute
I had to fix IE’s issue with Flash and it had to do with the object tag and classid attribute. Here’s the fix!