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 MoreYes, 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 MoreAfter 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 MoreI 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 MoreDisable 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 MoreEmail 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