I see the function
public function get_user_country() {
$user_country = apply_filters( ‘wc_geolocation_based_products_user_country’, $this->location_data[‘country_code’] );
echo $user_country;
return “$user_country”;
}
Seems like it returns the country ISOcode twice? “USUS” “CACA”?