Sometimes there are too many registered users, and it is necessary to know the information of these users, especially in the wordpress mall, there are always some automatic robot registrations on the Internet, which need to be distinguished. The plugin below is simple and fully functional. You can record the time of user registration and last login time.
Plug-in download address: https://pan.baidu.com/s/1MoV11_aXXB1mUKv-VOJEew
The method of use is as follows:
Put user_ip.php in the theme directory
Then edit the theme's functions.php and add the reference code at the bottom include_once("user_ip.php");