I am trying to register a user with WPMU with verifications.
I am using wpmu_create_user($email, $pass, $email), but this register a user directly without an email confirmation.
wpmu_create_user($email, $pass, $email)
Is there another method or I need to create that logic from scratch ?
I am using wpmu_signup_user( $username, $email, apply_filters( 'add_signup_meta', array() ) );
wpmu_signup_user( $username, $email, apply_filters( 'add_signup_meta', array() ) );
I am using
wpmu_signup_user( $username, $email, apply_filters( 'add_signup_meta', array() ) );