after_signup_user

after_signup_user

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('after_signup_user') is found 1 times:

  • /wp-includes/ms-functions.php line 897
    	 * @param string $user_email The user's email address.
    	 * @param string $key        The user's activation key.
    	 * @param array  $meta       Signup meta data. Default empty array.
    	 */
    	do_action( 'after_signup_user', $user, $user_email, $key, $meta );
    }
    
    /**
     * Sends a confirmation request email to a user when they sign up for a new site. The new site will not become active
     * until the confirmation link is clicked.
     *