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. Introducing The Kohler Numi 2.0 Intelligent Toilet that exists in a…
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