=== Foxlis Geo === Contributors: foxlis Donate link: https://foxlis.com/geo/prices Tags: geo, location, ip-location, foxlis, city, country, continent, developing Requires at least: 5.6 Tested up to: 5.7 Stable tag: 2.2 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Free! Get visitor geo-location by ip-address. Redirecting visitor based on geolocation conditions. == Description == This free plug-in allows you to get your web-site visitor geo-location by an ip-address. If you need to redirect your visitor based on geolocation conditions you can do that by using simple interface. Advantages: * Multi-language result * English * Chinese * French * Russian * German * Spanish * Japanese * Portuguese * High speed getting location (~20 ms) * Unlimited redirect settings * Save geo-location results to visitor session * Simple code usage * Developer mode with fake ip-address * Bots filter Simple usage: * Get city `getCity(); ?>` * Get country `getCountry(); ?>` * Get continent `getContinent(); ?>` * Get subdivisions `getSubdivisions(); ?>` * Get accuracy radius `getLocation(); $accuracyRadius = $locationEntity->getAccuracyRadius(); ?>` * Get latitude `getLocation(); $latitude = $locationEntity->getLatitude(); ?>` * Get longitude `getLocation(); $longitude = $locationEntity->getLongitude(); ?>` * Get time zone `getLocation(); $timeZone = $locationEntity->getTimeZone(); ?>` Redirect By Geo Location Video Tutorial: [youtube https://youtu.be/_NuST3qwwBY] == Screenshots == 1. Settings 2. Redirect 3. Development 4. About == Changelog == = 1.0 = * First stable version = 1.1 = * Improve opportunities for redirects = 1.2 = * Fix when redirect prevent login = 1.3 = * Add api requests cache and icon = 1.4 = * Improve stability = 1.5 = * Redirect value case insensitive = 1.6 = * Redirect once option = 2.0 = * Refactoring redirect * Add once redirect option * Redirect speed improve = 2.1 = * Fix bug with from condition = 2.2 = * Fix bug with empty from condition == Credits == * This plug-in use Foxlis Geo API [Foxlis Geo API](https://foxlis.com/geo)