• Resolved subair.tc

    (@subairtc)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hi,

    Thank you for your feedback.

    Apologies for the late reply. We do promptly reply to the queries sent from the plugin.

    We have changed the name of the hook from user_register to mo_user_register in the latest version. This should resolve the issue. Let us know.

    Thanks,
    miniOrange Team

    Thread Starter subair.tc

    (@subairtc)

    hi,
    Thanks for your reply,
    Currently i have commented this hook,
    I will update the plugin and let you know

    Thanks
    Subair

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘user_register hook run twice’ is closed to new replies.