Beschrijving
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.
Installatie
- 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.
Beoordelingen
Bijdragers & ontwikkelaars
“Last Login Info” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Last Login Info” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.0
- Initial release.