Automatic is systematically buying up every plugin for WooCommerce and making it a paid plugin that you have to add and manage through a WordPress.com account. I can't even express…
Read More
If you have a lot of domains in your GoDaddy cPanel, and your hosting will not issue an SSL thorough the SSL/TLS Status screen for one of your domains, this…
Read More
Here's another note to myself. Add this to be able to upload SVGs, fonts and whatever file type you want. Careful with this one, uploading anything means uploading anything, so…
Read More
Set Post Revisions Before you even begin your development project, add this little gem to the wp-config file. Nothing blows a database up like a couple hundred revisions. If you've…
Read More
Just a reminder to myself how to hide WooCommerce menus because I have to google this EVERY time. add_filter( 'woocommerce_admin_features', function( $features ) { /** * Remove Marketing Menu *…
Read More
Font awesome may the be king of easily embedded icons, but SVG Repo is a web developers dream for more diverse SVG vector icon sets. SVG Repo offers you the…
Read More