mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
- fixed generated profile permalink base.
This commit is contained in:
@@ -336,4 +336,18 @@
|
||||
UM()->user()->update_files( $files );
|
||||
do_action( 'um_after_user_upload', $user_id, $files );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Update user Full Name
|
||||
*
|
||||
* @profile name update
|
||||
*
|
||||
* @param $user_id
|
||||
* @param $args
|
||||
*/
|
||||
function um_registration_set_profile_full_name( $user_id, $args ) {
|
||||
do_action( 'um_update_profile_full_name', $args );
|
||||
}
|
||||
|
||||
add_action( 'um_registration_set_extra_data', 'um_registration_set_profile_full_name', 10, 2 );
|
||||
Reference in New Issue
Block a user