Thanks for update me. I have fixed error in new version.
Change lino no 72
From
if(count($res) > 0){
To
if($res > 0){
And change line no 124
From
add_filter( ‘manage_users_custom_column’, ‘userlogin_column’, 10, 3 );
To
add_filter( ‘manage_users_custom_column’, ‘userlogin_column’, 15, 3 );
-
This reply was modified 6 years, 6 months ago by Rahul Gupta.
-
This reply was modified 6 years, 6 months ago by Rahul Gupta. Reason: missing some code
we are working on this plugin and will released new version of this plugin.
I will released new version of this plugin and i have resolved all bug in new version.Thanks for reply me