Geo location helper function
This release adds a new helper function getVisitorCountryCode which returns the visitor's country code. Example:
$visitorCountry = getVisitorCountryCode();
// returns string(2): ES, US, UK, etcThis release adds a new helper function getVisitorCountryCode which returns the visitor's country code. Example:
$visitorCountry = getVisitorCountryCode();
// returns string(2): ES, US, UK, etc