mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
Fixed: profile privacy
This commit is contained in:
@@ -1711,7 +1711,7 @@ if ( ! class_exists( 'um\core\User' ) ) {
|
||||
if ( $privacy == __( 'Only me', 'ultimate-member' ) || $privacy == 'Only me' ) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return $this->is_private_case( $user_id, $privacy );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user