diff --git a/helpers/helpers.php b/helpers/helpers.php index fe12eb3..a2a1bd7 100644 --- a/helpers/helpers.php +++ b/helpers/helpers.php @@ -113,7 +113,7 @@ if (!function_exists('get_device_type')) { } $deviceInfo['ip'] = get_client_ip(); - $deviceInfo['ip_address'] = cc_get_ip_lookup(); +// $deviceInfo['ip_address'] = cc_get_ip_lookup(); return $deviceInfo; }