Description
Last Login Info is a lightweight plugin that helps administrators see when users last logged into the site.
This plugin adds a “Last Login” column to the Users table in the WordPress admin. It tracks and displays each user’s last login time, with human-readable formatting (e.g., “2 days ago”). The column is also sortable, making it easier to find inactive users.
No settings required — just install, activate, and you’re done!
Features
- Adds a new “Last Login” column to the Users admin screen.
- Tracks login time on successful user login.
- Displays login timestamp in a human-readable format.
- Sortable column by last login time.
- Lightweight, no bloat.
Installation
- Upload the plugin files to the
/wp-content/plugins/last-login-info
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to “Users” in the WordPress admin — you’ll see a new “Last Login” column.
FAQ
-
Does this plugin track failed logins?
-
No. It only records successful logins.
-
Does it track logins via REST API or programmatic logins?
-
Only interactive logins via the WordPress login page (
wp-login.php
) or login form trigger the tracking. -
Can I reset the login data?
-
Currently, there is no settings page. You can remove the
last_login
user meta manually via custom code or a plugin like Advanced Custom Fields or WP-CLI.
Reviews
Contributors & Developers
“Last Login Info” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Last Login Info” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.