Adding Custom Country WooCommerce

function si_add_new_country( $country ) {
 $country["AEDUB"] = 'Dubai';
 return $country;
}
add_filter( 'woocommerce_countries', 'si_add_new_country', 10, 1 );

Leave the first comment

Hello 🖐

I am planning a professional site building WordPress and Bricks Builder course(s).
If you are Interested register to this newsletter.
* Dont worry I hate spams too this list will only used for course reminder.