Display users by role
What I understand from your code: You want to list users with author role. You’re in the right direction, however, following are some tips to make your code better. Use role id in lowercase syntax. Change Author to author for role property. Get the results for once and avoid repeated calls. Save the results like … Read more