Changeset 3021544
- Timestamp:
- 01/14/2024 01:54:26 PM (2 years ago)
- Location:
- user-registration-last-login-time/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
user-registration-last-login-time.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
user-registration-last-login-time/trunk/readme.txt
r2860659 r3021544 1 1 === User Registration & Last Login Time === 2 2 Contributors: stefanpejcic, pluginsclub 3 Donate link: https://plugins.club/ wordpress/user-registration-last-login-time/3 Donate link: https://plugins.club/free-wordpress-plugins/ 4 4 Tags: last login, login time, registration date, users 5 5 Requires at least: 5.0 6 Tested up to: 6. 1.16 Tested up to: 6.4.2 7 7 Stable tag: 1.0 8 8 Requires PHP: 5.6 … … 16 16 This plugin will add new columns in the WordPress user list table, one column is for **Registration Date** and the other column is for **Last Login**. The last login column will display the time ago format or "Never" if the user has never logged in. 17 17 18 For more free WordPress plugins please visit [ plugins.club](https://plugins.club/).18 For more free WordPress plugins please visit [♣️ plugins.club](https://plugins.club/free-wordpress-plugins/). 19 19 20 20 … … 26 26 Under the Users list table you will notice two new columns: Registration Date and Last Login 27 27 28 For basic usage, you can also have a look at the [plugin web site](https://plugins.club/ wordpress/user-registration-last-login-time/).28 For basic usage, you can also have a look at the [plugin web site](https://plugins.club/). 29 29 30 30 == Frequently Asked Questions == … … 38 38 This plugin should work for a multisite installation as long as it is network activated and the proper hooks and filters are used. However, it's worth noting that the last_login time will only be saved for the site where the user last logged in, and not across the entire network. 39 39 40 = Does this plugin record autologging via external application such as Softaculous or WP Toolkit? =40 = Does this plugin record autologging via external application such as Softaculous or WP Toolkit? = 41 41 42 42 No. 43 43 44 == Upgrade Notice ==45 46 This is new version 1.047 44 48 45 == Screenshots == -
user-registration-last-login-time/trunk/user-registration-last-login-time.php
r2858856 r3021544 2 2 /** 3 3 * Plugin Name: User Registration & Last Login Time 4 * Plugin URI: https://plugins.club/ wordpress/user-registration-last-login-time/4 * Plugin URI: https://plugins.club/free-wordpress-plugins/ 5 5 * Description: Adds registration date and last login time columns to the users list table. 6 6 * Version: 1.0 … … 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 11 * Requires at least: 5.0 12 * Tested up to: 6. 1.112 * Tested up to: 6.4.2 13 13 */ 14 14
Note: See TracChangeset
for help on using the changeset viewer.