cyberwani / wp-last-login

Home Page:http://en.wp.obenland.it/wp-last-login/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== WP Last Login ===
Contributors: obenland
Tags: admin, user, login, last login, plugin
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K32M878XHREQC
Requires at least: 3.1
Tested up to: 3.5
Stable tag: 1.2.0

Make the last login for each user visibile in the user overview.

== 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
* Français
* Deutsch
* English
* Español
* Italiano
* Japanese
* Nederlands
* Polski
* Português
* Român
* Russian


== Installation ==

1. Download WP Last Login.
2. Unzip the folder into the `/wp-content/plugins/` directory.
3. Activate the plugin through the 'Plugins' menu in WordPress.


== Frequently Asked Questions ==

None asked yet.


== Screenshots ==

1. Last login column in the user table.


== Changelog ==

= 1.2.0 =
* Users are now sortable by last login!
* Updated utility class

= 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


== Upgrade Notice ==


== 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.