WordPress – Woocommerce Cannot set billing phone to "required"
I have been trying to make the billing phone number a required component, but have been unable to affect it in any way. Here's what I have tried so far using hooks in functions.php add_filter('woocommerce_billing_fields', 'no_billing_phone_validation' ); function no_billing_phone_validation( $fields…