4 Replies
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);
hi @astghik, do you have some documentation or usage example on how it should be used in functions.php?