Keep new wordpress users as unconfirmed
[MAILPOET-2125]
This commit is contained in:
@@ -50,7 +50,7 @@ class WP {
|
||||
'email' => $wp_user->user_email,
|
||||
'first_name' => $first_name,
|
||||
'last_name' => $last_name,
|
||||
'status' => Subscriber::STATUS_SUBSCRIBED,
|
||||
'status' => Subscriber::STATUS_UNCONFIRMED,
|
||||
'source' => Source::WORDPRESS_USER,
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user