Edit shipping city label | WordPress.org

[ad_1]

Try this in functions file of your child theme only. Below any code

add_filter( 'woocommerce_default_address_fields' , 'your_rename_city_province', 9999 );
 
function your_rename_city_province( $fields ) {
    $fields['city']['label'] = 'Ciudad'; // Change Ciudad to whatever you want it to be
    return $fields;
}

Welcome. If that solved your issue then please click “Resolved” so support can close this out.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer