<?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 . "
";