From dee75bf1b9f4e87a728ec8e192166e0dcf814b11 Mon Sep 17 00:00:00 2001 From: denisbaranov Date: Sun, 15 Apr 2018 16:08:58 +0300 Subject: [PATCH] - fixed registration form process and save role; --- includes/core/um-actions-register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/um-actions-register.php b/includes/core/um-actions-register.php index eadb0383..4dfab462 100644 --- a/includes/core/um-actions-register.php +++ b/includes/core/um-actions-register.php @@ -469,7 +469,7 @@ function um_add_user_role( $args ) { } } -add_action( 'um_after_register_fields', 'um_add_user_role', 10, 1 ); +//add_action( 'um_after_register_fields', 'um_add_user_role', 10, 1 ); /**