This commit is contained in:
nikitozzzzzzz
2017-09-11 17:03:30 +03:00
+1 -1
View File
@@ -362,7 +362,7 @@ if ( ! class_exists( 'User' ) ) {
return '';
}
update_option( "um_cache_userdata_{$user_id}", $profile );
update_option( "um_cache_userdata_{$user_id}", $profile, false );
}
function remove_cache( $user_id ) {