diff --git a/core/um-actions-register.php b/core/um-actions-register.php index cb950515..cbc579cc 100644 --- a/core/um-actions-register.php +++ b/core/um-actions-register.php @@ -33,6 +33,9 @@ add_action('um_add_user_frontend', 'um_add_user_frontend', 10); function um_add_user_frontend($args){ global $ultimatemember; + + unset( $args['user_id'] ); + extract($args);