Notifications
Clear all

Hide some users

5 Posts
3 Users
0 Likes
1,046 Views
Posts: 69
Topic starter
(@sunny)
Trusted Member
Joined: 7 years ago

Hello, is it possible to hide some users from user list based on usermeta values? For example I would like to hide all users whose usermeta value is user_disabled=1. How can I do that?

4 Replies
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @sunny,

The wpDiscuz User & Comment Mentioning add-on has the following filter you can use for this purpose:

$users = apply_filters('wpdumc_user_search_result', $users, $postID, $ch_user);
Reply
Posts: 69
Topic starter
(@sunny)
Trusted Member
Joined: 7 years ago

hi @astghik, do you have some documentation or usage example on how it should be used in functions.php?

Reply
1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5872

@sunny,

I'm really sorry, but there is no documentation or usage example.

Yes, you should add the custom code in functions.php file. 

Reply
Posts: 13
Customer
(@aorchard)
Member
Joined: 5 years ago

I second this question, but would appreciate an actual answer that shows what to do

$users = apply_filters('wpdumc_user_search_result', $users, $postID, $ch_user);

where can we add in the usernames we want to exclude in this code?

Reply
Share:
Scroll to top