This free plug-in allows you to get your website visitor』s geo-location by an ip-address.
If you need to redirect your visitor based on his city or country you can do that by using simple interface.
Also you can ask is visitor』s city or country like detected and forward him to specific page or add query params.
Advantages:
- Multi-language result
- English
- Chinese
- French
- Russian
- German
- Spanish
- Japanese
- Portuguese
- High speed getting location (~20 ms)
- Redirect by PHP or JavaScript
- Save geo-location results to visitor session
- Simple code usage
- Developer mode with fake ip-address
- Bots filter
-
JSON API for independent developing
-
Unlimited redirect settings
- Option: Ask a question for redirect
- Option: Redirect only one time per session
- Option: Redirect always
Simple backend 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(); ?>
Get visitor location by JSON API using URL-path: /wp-json/foxlis-geo/v1/data/
Redirect By Geo Location Video Tutorial:
Credits
- This plug-in use Foxlis Geo API Foxlis Geo API






