WP Last Login
·
Adds a sortable "Last Login" column to the Users screen — spot inactive accounts and see who's actually using your site.
דירוגים
גרסה
7
התקנות פעילות
10K
עודכן לאחרונה
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.
Plugin Filter Hooks
wpll_current_user_can (boolean)
Whether the column is supposed to be shown. Default: true
wpll_date_format (string)
The date format string for the date output.
