Replies: 0
Hi,
I have updated the Social Login Plugin in to latest version (5.0.5), after that all the register action hook I have written in my theme using ‘user_register’ will run twice every time.
I fount a new line in your plugin file (class-mo-openid-login-widget L:926 )
do_action( 'user_register', $user_id);
Why this code ? The issue will solve if commenting this line.
Please help, anything wrong from my end?
Thanks in advance