diff --git a/core/um-user.php b/core/um-user.php index c8fc17b1..91014e5c 100644 --- a/core/um-user.php +++ b/core/um-user.php @@ -346,6 +346,8 @@ class UM_User { unset( $submitted['confirm_user_password'] ); } + $submitted = apply_filters('um_before_save_filter_submitted', $submitted ); + do_action('um_before_save_registration_details', $this->id, $submitted ); update_user_meta( $this->id, 'submitted', $submitted );