Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Hide some users

5 Posts
3 Users
0 Reactions
1,568 Views
Posts: 69
Topic starter
(@sunny)
Trusted Member
Joined: 8 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: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 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: 8 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: 8 years ago

Illustrious Member
Posts: 6444

@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: 7 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