Class CF_Geoplugin does not exist
-
Am trying to access CF Geo Plugin through PHP and am getting the error that the class CF_Geoplugin does not exist. Here is my code:
$cf_geo = new CF_Geoplugin;
$geo = $cf_geo->get();
$countryCode = $geo->country_code;
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Class CF_Geoplugin does not exist’ is closed to new replies.