=== User Login Tracker === Contributors: irfanntk Tags: users, login, tracking, admin Requires at least: 5.0 Tested up to: 6.8 Requires PHP: 7.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Track and display user login times and counts in the WordPress admin area. == Description == User Login Tracker is a simple plugin that helps you monitor user activity on your WordPress site. It tracks and displays when users last logged in and how many times they have logged in. = Features = * Tracks the last login time for each user * Stores login count for each user * Adds a "Last Login" column to the Users admin table * Displays login time in a human readable format (e.g: "5 minutes ago") * Makes the Last Login column sortable = Use Cases = * Monitor user activity * Identify inactive users * Track user engagement == Installation == 1. Upload the `user-login-tracker` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. The Last Login column will automatically appear in the Users admin table == Frequently Asked Questions == = Does this plugin affect site performance? = No, the plugin is lightweight and only runs when users log in or when viewing the Users admin table. = Is this plugin compatible with multisite? = Yes, the plugin works in both single-site and multisite installations. = Can I see historical login data? = The plugin only tracks the most recent login time and the total login count. Historical login data is not stored. == Screenshots == 1. Users admin table with Last Login column 2. Example of login time display == Changelog == = 1.0.0 = * Initial release == Upgrade Notice == = 1.0.0 = Initial release