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
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
A simple WordPress plug-in for WooCommerce that changes product zero values ($0.00) to a text phrase. (ie. FREE, CALL FOR PRICE, ETC).
Read More