• Resolved kacsa

    (@kacsa)


    Hi,

    I’m trying to develop a custom Email verification function for the plugin, but I have some troubles finding the files and lines I need to edit for some functions.

    What I’m trying to do is to get the line where the user is created, and added to the wp_users, so I can add an extra value to a new (already created) column, which will then generate a code (eg and MD5 hash), which later can be used as a verification code in the Email that was sent.

    Can I get a little help with this?

    Thanks, and keep up the good work,
    Kacsa

Viewing 1 replies (of 1 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi,

    Thank you for contacting us.

    You can use WordPress hook “user_register” for this purpose. This hook is fired just after user registration.

    Related function in RegistrationMagic is register_user() inside services/class_rm_front_form_service.php file.

    Let us know if you require further assistance. 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Email verification developement’ is closed to new replies.