mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 12:43:33 +09:00
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user