The Wordfence scan run on 19the April reported this error
<br /> <b>Notice</b>: Trying to get property of non-object in <b>../public_html/cccnz.club/wp-content/plugins/user-last-login/user-last-login.php</b> on line <b>147</b><br /> 0
What does that mean and can it be addressed please
]]>Where does this plugin get the time from? I have checked my wordpress settings and the plugin is getting the time from somewhere else as the plugin time is incorrect.
]]>Hello There
I have used your plugin but unfortunately i am not able to see data and time of last login for every user into backend.It is showing “-“.
Could you please guide me where i am going wrong.
This is my email address :- [email protected]
Regards
]]>Hello,
The plugin seems to work fine.
But the time does not show the time where I am for the time stamp though I have it set to my time zone in WP in the “general” section of the backend.
How can I make the time stamp show Pacific Standard Time for all stamps?
It currently shows 5:20pm which is a 7 hour difference.
Please help, thanks.
Cheers!
Bobby
]]>Seriously, you just added nothing new to the code ??
]]>Has this become YAAP? (Yet Another Abandoned Plugin). Recently this plugin has stopped working and I have no reason why it did and it appears that it’s not been touched since 2015 some time.
Is the author still maintaining and working with this or not?
]]>Hello,
I was wondering if it would be possible to export last login dates?
Do you think a button to export login activities in the backend could be added in the future?
Best wishes.
Please can you add in this quick fix for Notice: Trying to get property of non-object in /var/www/public_html/app/plugins/user-last-login/user-last-login.php on line 142.
If you could change line 142 from
if ( 'users' != $current_screen->id ) return;
to
if ( isset($current_screen) && 'users' != $current_screen->id ) return;
Maybe add an is_admin()
check there too.
$current_screen won’t always be set so I’m getting this error in all sorts of places.
Thanks
]]>To fix the problem, edit the user-last-login.php file and replace:
if ( $last_login ) $value = date_i18n('Y-m-d H:i:s', $last_login );
…with…
if ( $last_login ) {
$format = apply_filters( 'wpll_date_format', get_option( 'date_format' ).' @ '.get_option( 'time_format' ));
$value = get_date_from_gmt(date_i18n('Y-m-d H:i:s', $last_login ), $format);
}
One added benefit to this is that the date and time format will be taken from WordPress’ General configuration options instead of being hard coded.
Best regards,
Michael
]]>Hello, very nice plugin.
I need to ask before testing: Does this plugin work with social login plugins?
And what about using it under multisite? should it work? have you tested it?
Thanks in advance
]]>have any plugin for, user can get there last password without reset..
]]>