$user = wp_signon( $creds, false );
//do_action(‘wp_login’, $user->user_login, $user);
Just comment the doaction as i done. That is the problem causing. Thanks to another plugin’s code which helped me.
file:wp-content/plugins/users-ultra/xooclasses/xoo.userultra.login.php
Line: 278 or make a search with find option
@smohannagaraj,
We apologize for the inconvenience you’ve experienced.
Of course, we will take a close look at your recommendation, a new version should be up within 72 hours or so.
Actually, do_action(‘wp_login’ is used to login, so.. we will run some tests, perhaps, there is another conflict with either your theme or one of your plugins.
Did you try it out by using a different theme or deactivating some of your plugins?
Thankyou.
I think the line commented can be omitted.
Is it is necessary to keep it?
Can you say you modified it?
I want to update to latest version.