- settings optimization;

This commit is contained in:
nikitozzzzzzz
2017-12-11 09:53:38 +02:00
parent 9e4a0b5309
commit e36c3ca841
51 changed files with 540 additions and 631 deletions
+1 -1
View File
@@ -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;