• Resolved CamilleB12

    (@camilleb12)


    Hi !

    I would like people to be able to create accounts on my website, but I don’t want this accounts to be validated by default. I want to moderate it.

    Is there a way to do so ?

    Also i can’t find on the documentation any information about hooks before/after creating this accounts. Are there some ?

    Thanks for the great work,

    Camille

    https://wordpress.org/plugins/super-socializer/

Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi Camille,

    Thanks for the appreciation 🙂
    Yes, you can use following hook defined at line number 215 in wp-content/plugins/super-socializer/inc/social_login.php
    do_action('the_champ_user_successfully_created', $userId, $userdata, $profileData);
    This gets fired after successful user registration using Social Login.

Viewing 1 replies (of 1 total)
  • The topic ‘Validate FIrst’ is closed to new replies.