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
If 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
I have clients that get a lot of form spam directly from google ads. Basically, someone highjacks a legitimate Google Ads link for say, a car dealer or a dental…
Read More