diff --git a/core/um-actions-register.php b/core/um-actions-register.php index af904bb8..db032200 100644 --- a/core/um-actions-register.php +++ b/core/um-actions-register.php @@ -152,7 +152,9 @@ do_action('um_post_registration', $user_id, $args); - do_action('user_register', $user_id ); + if( ! is_admin() ){ + do_action('user_register', $user_id ); + } }