Description
You can use this “User IP and Location” plugin to simply display the visitor’s IP address and location information along with their ISP provider anywhere (in Page, Post, and Widgets) using the shortcodes.
The simple interface of the “User IP and Location” plugin gives you one place where you can detect visitor’s IP, country, region, city and more information, rather than dealing with dozens of different plugins.
Note: This plugin use the IP-API website to fetch user’s IP address and Location.
Use these shortcodes to get User info;
Shortcodes:
[userip_location type=’ip’]
[userip_location type=’country’]
[userip_location type=’countryCode’]
[userip_location type=’region’]
[userip_location type=’city’]
[userip_location type=’lat’]
[userip_location type=’lon’]
[userip_location type=’timezone’]
[userip_location type=’isp’]
[userip_location type=’flag’ height=’auto’ width=’50px’]
For flag shortcode, the tag height and width are optional and the default value for height is auto; and width, it is 50px. You can pass any or both of these values to alter the size of flag as per your choice.
Features of User IP and Location
- Quick to set up
- Simple to insert shortcodes
- Detect visitors IP, Location and ISP information
Credits
This plugin is created by TheGuideX and TheVPNCoupon team.
To learn more about WordPress, you can also visit TheGuideX for tutorials on topics like:
- Common WordPress Errors & Solutions
- Best WordPress Ads Manager Plugins
- Ultimate Guide to Keep WordPress Secure
…and many more WordPress tutorials.
Screenshots
Installation
You can search “User IP and Location” on the WordPress Add New Plugin page , or download the archive.
- To install this plugin, Login to your WordPress admin account
- Go to Plugins Page, and click on “Add New Plugin” button.
- Once you’re on the Plugin page, click on the “Upload Plugin” button
- Now Select the Plugin and Click on “Install Now”
- Your plugin is successfully installed. Now click on “Activate” button to activate the plugin.
Shortcodes:
[userip_location type='ip']
[userip_location type='country']
[userip_location type='countryCode']
[userip_location type='region']
[userip_location type='city']
[userip_location type='lat']
[userip_location type='lon']
[userip_location type='timezone']
[userip_location type='isp']
[userip_location type='flag' height='auto' width='50px']
FAQ
-
Can I use User IP and Location to Show User IP?
-
Yes, you can use the
[userip_location type='ip']
shortcode to show the IP address of visitor. -
Can I use User IP and Location to Show User Location?
-
Yes, you can easily add the above shortcodes to show the user location informations like User Country, Region, CountryCode, City, Lat & Long and some other helpful information.
Reviews
Contributors & Developers
“User IP and Location” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “User IP and Location” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
v1.4 (June 6, 2020)
- Fix the issue where it show your server IP address instead of user’s IP.