I want to display woocommerce countries list some where on website. how can i get the country list like this as image?
Here is very simple and minified code:
global $woocommerce; woocommerce_form_field( 'billing_country', array( 'type' => 'country' ) );