How to change Billing address field label in WooCommerce
问题 In my design i have non standard billing fields label and markup. For example "Town / City *" should be "Province *". I have used WOO documentation, and filter woocommerce_billing_fields . And it works with class name, placeholder, create new fields. But I cant reach label changed. $out_arr['billing_city']['class'][0] = 'form-row-first'; $out_arr['billing_city']['label'] = __('Province', 'woocommerce'); $out_arr['billing_postcode']['label'] = __('Zipcode', 'woocommerce'); and using var_dump