Change Text-Label in checkout for non english WP
-
Hello I need to change the text label at the checkout, I found this code in your old topic:
function wc_billing_field_strings( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘Billing details’ :
$translated_text = __( ‘Info’, ‘woocommerce’ );
break;
}
return $translated_text;
}But it only works when I set WP in English language if I set WP in Italian language it won’t work.
Could you help me?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change Text-Label in checkout for non english WP’ is closed to new replies.