Is there a way to list only the users that has a specific capability, such us "publish_posts" ?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You can list users with WP_User_Query, but afaik you can only return different roles, not permissions, maybe that's already what you want! There's also a site where you can see the different roles in the wordpress documentation.

link|improve this answer
I already knew about roles and capabilities ;) Thanks. The help I was need was about how to list the authors ;) Thanks a lot – Merianos Nikos Oct 8 '11 at 8:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.