I’m building a multi-user WordPress environment. The users are divided in groups with certain privileges. The privileges mostly concerns the backend, or the dashboard of WordPress. The purpose is to restrict the users’ ability to edit certain pages.
It’s straightforward to control user’s abilities with a role and capability plugin like Members. It’s not possible to control the user’s abilities in the dashboard with Members however. In that case it’s useful to create specific filters for the groups which show just the pages a group can edit.