Change Label for field used in Woo Commerce
It gets its label using a localisation call, __(‘IBAN’, ‘woocommerce’), so you could always just intercept that and change the text: /** * filter translations, to replace some WooCommerce text with our own * @param string $translation the translated text * @param string $text the text before translation * @param string $domain the gettext domain … Read more