The get-user-count tag has no wiki summary.
0
votes
3answers
141 views
List total number of users that are authors
Question
I want to display total number of Authors and total number of subscribers on the blog but exclude the admin in this way:
56 Authors so far
15 Subscribers so far
Code that is close to ...
0
votes
1answer
108 views
when does output of get_user_count turns into an array?
question
WHEN does the integer output of get_user_count() turns into an array ?
background
The function get_user_count() in ms-functions.php returns an integer (it calls ...