Here is a basic set of PHP.ini directives for any cPanel type hosting to help secure and harden your hosted WordPress websites. Sometime your servers are in another state or…
Read More
Did you know you can download EVERY Google font for use on your local computer right from GIT? With the main stream acceptance and use of Googles amazing font repository,…
Read More
You can use this for anything really, but I use it for setting a shipping insurance fee on checkout. Pretty simple really. (1) Add a hidden product with the value…
Read More
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
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
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
Interesting 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 More