WP Last Login
·
Adds a sortable "Last Login" column to the Users screen — spot inactive accounts and see who's actually using your site.
Évaluations
Version
7
Installations actives
10K
Mis à jour récemment
May 28, 2026
WP Last Login records when each user signs in and surfaces it as a sortable column on the Users screen — so you can see who’s active, identify dormant accounts, and confirm that real people are coming back.
Features
- Sortable « Last Login » column on the Users screen, including the network admin user list on multisite.
- Hover any date to reveal the exact login time.
- Captures logins via the standard
wp_loginaction, so it works with any login flow that triggers it — including the Two Factor plugin, WooCommerce, BuddyBoss, and most social-login plugins. - Users without a recorded login show a neutral em-dash (—) — never a misleading « never » — and still sort correctly when ordered by last login.
- Lightweight: one user meta key, no settings page, no extra database tables.
- Filter hooks let you customize the date format or hide the column from non-admin roles.
Crochets de filtre d‘extension
wpll_current_user_can (booléen)
Indique si la colonne doit être affichée. Valeur par défaut : true
wpll_date_format (chaine)
La chaine de format de la date pour la sortie de la date.
