Admin excluded from top users
Can i include also admin to top users by reputation? I tried to give him additional roles like AnsPress participant and moderator but nothing seems to be solution. In AnsPress settings admin is not excluded. Thanks.
Rahul Aryan Answered question
Hello,
Those are excluded for some reason. If you want admin and moderators in top users, simply copy top_users.php in askbug/includes/widgets to my_top_users.php
Replace all instances of ab_top_users to my_top_users and AB_Top_Users to My_Top_Users.
Now find this line
'role__not_in' => [ 'administrator', 'ap_moderator' ],
and comment it out.
Include this new file in theme functions.php
Rahul Aryan Answered question