This website is intended for a Healthcare Professional audience in GERMANY
<?php
/** Loads the WordPress Environment and Template */
require( dirname( FILE ) . '/wp-load.php' );
$test_geoip_country_Code = do_shortcode( '[geoip-country]' );
echo "Country: " . $test_geoip_country . "
";