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 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 MoreSomething 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 MoreInteresting WordPress security concepts here. You can either whitelist specific domains essentially guaranteeing only registered users have the same email as the domain of the website, or you can play…
Read MoreIf you're only shipping a product and not using the billing & shipping form fields. You can change the Billing Details text to Shipping Details text by using this function.…
Read More