From 4eb727e2050aaecb33c4004f28c0a2f5342534fe Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 6 Jan 2014 21:12:27 -0500 Subject: [PATCH] test --- simple-location.php | 1 + 1 file changed, 1 insertion(+) diff --git a/simple-location.php b/simple-location.php index 14d318b..c4776f9 100644 --- a/simple-location.php +++ b/simple-location.php @@ -36,6 +36,7 @@ function simple_location_post_save($post_id) { $ipLite = new ip2location_lite; $ipLite->setKey($key); $locations = $ipLite->getCity($_SERVER['REMOTE_ADDR']); + print_r($locations); } } if ($_POST['city'] == '') {