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
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
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
Here's a simple WordPress function and short code for calculating things like employee anniversaries, years in business, birthdays or anything that needs to calculate a year based on a starting…
Read More