mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- settings optimization;
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
add_action( 'um_update_profile_full_name', 'um_update_profile_full_name' );
|
||||
function um_update_profile_full_name( $changes ) {
|
||||
// Sync display name changes
|
||||
$option = um_get_option( 'display_name' );
|
||||
$option = UM()->options()->get( 'display_name' );
|
||||
|
||||
$user_id = UM()->user()->id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user