Forums

What is function for confirmation email? (2 posts)

  1. bonechair
    Member
    Posted 6 months ago #

    Hi there

    Im coding a plugin with custom registration page. When I process registration I use this function:
    $new_user = wp_insert_user( $userdata );

    But this makes the user active and they can login. I want them to first get confirmation email with link and only after that they can login.
    Which function can I use todo this?
    And how do you insert user as inactive?

  2. bonechair
    Member
    Posted 6 months ago #

    anybody know what the function is for sending confirmation email?

Reply

You must log in to post.

About this Topic