If you have upgraded Wordpress to version 6.6 and encountered the “Autoloaded options could affect performance” issue in Site Health (Tools>Site Health>critical issue), it can be easily resolved. The speed of your site will improve significantly. Usually you may see this error if your site has Autoloaded options greater than 800kb. Values up to 1mb […]
woocommerce
How To Remove Product Attributes (Variations) From Woocommerce Emails.
In this tutorial, you will learn how to hide specific product attributes from WooCommerce order confirmation emails. There are usually two ways used for this purpose. The first way is to change the email template. The second way is to write a short snippet that will solve this problem. In this article, I will explain […]
How to Fix 409 Errors Caused by Contact Form 7 – Bluehost
When working as a web developer, you often come across a variety of technical issues that challenge your problem-solving skills. One such instance occurred recently with a regular client of mine. I was recently fixing a simple bug for a regular client of mine. His site is hosted on Bluehost, and some of his customers […]
How to Add Customer Email to WooCommerce Cancelled Order Notification
Recently, one of my old customers asked me to add the customer’s email to the recipient list in the canceled order notification (woocommerce). I was surprised that this simple option is not there by default. I wrote such a hook, which works great and fulfills its function 100%. This snippet should be added to functions.php […]
How to Disable Payment Method When a Specific Product Category is Available – Woocommerce
Recently one of my clients asked me to make the following change to a website. For specific products, hide all payment methods except Wise Payments. But at the same time hide the Wise Payments payment method for all other products.To solve this problem, I added a “Limited” category and added additional code to functions.php. This […]