Hello,
I would like to know if it is possible to restrict / limit access to certain pages of a multipage dashboard based on the user's group membership. In other words, the dashboard itself is able to be accessed by all, with some pages visible to all, but certain pages are only available to members of a certain group. Currently I have it so that the queries themselves are filtering with is_member(), but I want to know if there's a better way to limit access to specific pages.
Thank you!