Integrated mareike dashboard theme
This commit is contained in:
@ -24,7 +24,7 @@ class SaveRegistration {
|
||||
|
||||
// Assign the 'Standarduser' role to the new user
|
||||
$user = new WP_User($user_id);
|
||||
$user->set_role('standarduser');
|
||||
$user->set_role('user');
|
||||
|
||||
// Send confirmation email
|
||||
$user = get_userdata($user_id);
|
||||
|
Reference in New Issue
Block a user