I recently faced a small issue in Beaver Builder. Some fonts were loading but not being used. I found that the problem was with Beaver’s font preloading. With this simple hook, I disabled this feature. This code should be inserted into fucntions.php of your child theme. Hope this helps you too.
how to
How to add email notification when an order is in Pending status in Woocommerce without plugin
Just recently one of my clients asked me to add a notification feature if an order goes into Pending status in his Woocommerce store. This simple hook helps to solve this problem. This code should be inserted into fucntions.php of your child theme.