Translate custom shipping zone
-
Hi WP bros. I gotta one problem here.I added this zones with this code and i need to translate that zones`
/** * Add or modify States */ add_filter( 'woocommerce_states', 'custom_woocommerce_states' ); function custom_woocommerce_states( $states ) { $states['AM'] = array( 'AM1' => 'Yerevan', 'AM2' => 'Regions & Artsakh' ); return $states; }
Any variants?Thanks.
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Translate custom shipping zone’ is closed to new replies.