If you are using the Genesis Simple Social Icons to display links to your social media pages, you may have noticed that some of the icons have disappeared after a recent update. Upon further inspection, you may notice that the icons haven’t disappeared, but instead are throwing an error “Unsafe attempt to load URL…” This […]
Blog
Show Easy Digital Downloads Licensed URLs
I have been selling WordPress plugins with Easy Digital Downloads for a few years now. I’m very grateful for the Software Licensing extension for Easy Digital Downloads because it enables me to track sales through the use of the built-in licensing function. Every time one of my plugins licenses is activated on a customer’s site, […]
Create Tabbed Settings Pages for WordPress Plugins
Whenever you are creating a plugin that has a lot of settings, it can be hard for the user to use a settings page with tons of options. It may make sense to group your settings into different sections so the user can find what they’re looking for easily. If you create tabbed settings pages […]
Hide Content For Logged Out Visitors
Sometimes you want to hide certain information on your site unless the visitor is logged in. Maybe you have “member only” content, or perhaps you want to personalize the visitor’s experience on your site (“Hello _____”). Whatever the reason it is easy to hide content for logged out visitors. This code snippet will create a […]
Get Currency Symbols From Three Digit Currency Code
I was working on an integration with Stripe payment processing gateway. The integration required that we retrieve prior payments from a customer and display them on the website. When Stripe returns the customer’s payment information, it also sends the currency that the payment was made in. However, it only sends the three digit currency code […]