Is there a way to list only the users that has a specific capability, such us "publish_posts" ?
|
feedback
|
|
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. | |||
feedback
|