mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed account privacy settings with translates;
This commit is contained in:
@@ -1572,7 +1572,7 @@ if ( ! class_exists( 'um\core\User' ) ) {
|
||||
* @param $user_id
|
||||
* @param $case
|
||||
*
|
||||
* @return bool|mixed|void
|
||||
* @return bool
|
||||
*/
|
||||
function is_private_case( $user_id, $case ) {
|
||||
$privacy = get_user_meta( $user_id, 'profile_privacy', true );
|
||||
|
||||
Reference in New Issue
Block a user