Afghanistan Radios

iptest

if ( function_exists( 'geoip_detect2_get_info_from_current_ip' ) ) {
$visitor_info = geoip_detect2_get_info_from_current_ip();
echo 'Country: ' . $visitor_info->country->name;
}