Because you can't input anything other than a price in WooCommerce, it makes it difficult when using WooCommerce as an event platform to display paid events as FREE, or even…
Read More
Random little issue I had to solve. Create a way to add insurance to an order. Basically create a dummy product not in the store for a set amount. Change…
Read More
I found myself in a situation where I pre-loaded an entire WooCommerce store with products before the client decided on the shipping method. There I was with a little over…
Read More
Yes, I know this can be done with a plugin. But raw code in the config.php never gets touched by an update. I hate automatic updates for pretty much everything,…
Read More
After two years of miscommunication the Gutenberg Drama has finally reached a tipping point. WordPress has been forked. Welcome to ClassicPress. The thing is, when your an Open Source platform…
Read More
I thought the future would be filled with flying cars and personal jetpacks. Turns out I was way off. Welcome to the future where Alexa can now flush the toilet…
Read More
Disable plugin deactivation from the plugin.php page for custom plugins or plugins that are specified as "must use". add_filter( 'plugin_action_links', 'disable_plugin_deactivation', 10, 4 ); function disable_plugin_deactivation( $actions, $plugin_file, $plugin_data, $context…
Read More
Email deliverability is the single bane of my existence. If your using your own Office 365 (Not the GoDaddy Version) or an own exchange server that's getting mail from contact…
Read More
Hello XXXXX, It was brought to my attention by our web team that your website is now reaching XX years since its original deployment. This means that several parts of…
Read More
Something that is a constant battle with clients is explaining over and over on a weekly basis why you can't take a 25MB HD image of your dog from your…
Read More