Modify WooCommerce email shipping text value
FIXED IT I was able to fix my function and it now works how intended. This is the working function and filter in case anyone wants to use. This will return custom text when flat rate shipping is free. /* return custom text on email when shipping is free */ add_filter( ‘woocommerce_order_shipping_to_display’, ‘filter_email_shipping_text’, 10, 2 … Read more