Description
This plugin adds an extra column to the users overview with the date of the last login for each user.
Additionally, users can be sorted by the date of their last login.
Translations
I will be more than happy to update the plugin with new locales, as soon as I receive them!
Currently available in:
- Arabic
- Chinese
- French
- English
- German
- Italian
- Japanese
- Nederlands
- Norwegian (bokmål)
- Polish
- Portuguese
- Rumanian
- Russian
- Spanish
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.
Screenshots
Installation
- Download WP Last Login.
- Unzip the folder into the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
FAQ
None asked yet.
Reviews
Contributors & Developers
“WP Last Login” is open source software. The following people have contributed to this plugin.
Contributors“WP Last Login” has been translated into 4 locales. Thank you to the translators for their contributions.
Translate “WP Last Login” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
4
- Improved date display to account for the timezone of the site. Props @knutsp.
3
- Fixed a bug where users who haven’t logged in disappear from user lists when ordering by last login. See https://wordpress.org/support/topic/new-users-dont-get-the-meta-field/
2
- Maintenance release.
- Updated code to adhere to WordPress Coding Standards.
- Tested with WordPress 5.0.
1.4.0
- Fixed a long standing bug, where sorting users by last login didn’t work.
- Tested with WordPress 4.3.
1.3.0
- Maintenance release.
- Tested with WordPress 4.0.
1.2.1
- Reverts changes to wp_login() as the second argument seems not to be set at all times.
1.2.0
- Users are now sortable by last login!
- Updated utility class.
- Added Danish translation. Props thomasclausen.
1.1.2
- Fixed a bug where content of other custom columns were not displayed.
1.1.1
- Updated utility class.
1.1.0
- Made the display of the column filterable.
- Widened the column a bit to accomodate for large date strings.
1.0
- Initial Release.