WP Last Login
·
Adds a sortable "Last Login" column to the Users screen — spot inactive accounts and see who's actually using your site.
Valoraciones
Versión
7
Instalaciones activas
10K
Última actualización
May 13, 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.
Ganchos de filtro del plugin
wpll_current_user_can (booleano)
Si la columna se debe mostrar o no. Por defecto: true
wpll_date_format (cadena)
La cadena de formato de fecha para mostrar la fecha.
