mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Adds a new filter hook to modify submitted details
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user