How to get last login time in wordpress
Posted by Webtechideas on February 17, 2012
Wordpress stores only the registration date for users. So what if your system needs to know the last login date for a user. Well there is no in-built functionality available to get this. But we can use login hook and a metadata to accomplish this.
First we need to add a function for this login hook...... More this article →
0