How to not load jquery-ui-accordion.min.css in WordPress

Sometimes in your WordPress site, you need a jquery to not load at all, then its useful to disable it instead of editing plugin/theme or other files. To not load load jquery-ui-accordion.min.css please us this code snippet in your themes functions.php: add_action(...
Add a message or notes to order emails (WooCommerce)

Add a message or notes to order emails (WooCommerce)

Sometimes it comes in handy to be able to give information to your customers in the emails they receive. It can be info on where to download extra files, like manuals or consumer right documents. Or any other instructions or promotional text, like a coupon code to get...