Plugin Directory

Changeset 3021544


Ignore:
Timestamp:
01/14/2024 01:54:26 PM (2 years ago)
Author:
pluginsclub
Message:

tested and compatible with wp 6.4.2

Location:
user-registration-last-login-time/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • user-registration-last-login-time/trunk/readme.txt

    r2860659 r3021544  
    11=== User Registration & Last Login Time ===
    22Contributors: stefanpejcic, pluginsclub
    3 Donate link: https://plugins.club/wordpress/user-registration-last-login-time/
     3Donate link: https://plugins.club/free-wordpress-plugins/
    44Tags: last login, login time, registration date, users
    55Requires at least: 5.0
    6 Tested up to: 6.1.1
     6Tested up to: 6.4.2
    77Stable tag: 1.0
    88Requires PHP: 5.6
     
    1616This 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.
    1717
    18 For more free WordPress plugins please visit [plugins.club](https://plugins.club/).
     18For more free WordPress plugins please visit [♣️ plugins.club](https://plugins.club/free-wordpress-plugins/).
    1919
    2020
     
    2626Under the Users list table you will notice two new columns: Registration Date and Last Login
    2727
    28 For basic usage, you can also have a look at the [plugin web site](https://plugins.club/wordpress/user-registration-last-login-time/).
     28For basic usage, you can also have a look at the [plugin web site](https://plugins.club/).
    2929
    3030== Frequently Asked Questions ==
     
    3838This 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.
    3939
    40 = Does this plugin record autologging via external application such as Softaculous or WPToolkit? =
     40= Does this plugin record autologging via external application such as Softaculous or WP Toolkit? =
    4141
    4242No.
    4343
    44 == Upgrade Notice ==
    45 
    46 This is new version 1.0
    4744
    4845== Screenshots ==
  • user-registration-last-login-time/trunk/user-registration-last-login-time.php

    r2858856 r3021544  
    22/**
    33 * 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/
    55 * Description:       Adds registration date and last login time columns to the users list table.
    66 * Version:           1.0
     
    1010 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    1111 * Requires at least: 5.0
    12  * Tested up to:      6.1.1
     12 * Tested up to:      6.4.2
    1313*/
    1414
Note: See TracChangeset for help on using the changeset viewer.