Hi valuser,
You are correct in your description. The plugin requires you to choose what pages the user has permission to see.
To restrict a page from a user as you suggest, you would need to ensure that the page has a permission set, and that the user does not have that permission assigned to their profile.
There is no current plan to code the plugin in the way you described, but if you could please let me know your particular use case, I could help suggest how this plugin could do that as easily as possible.
All the best.
Thank you so much for very prompt reply!
particular use case: restrict only a few users from accessing certain pages
I suppose i could do it with something like in functions.php
add_action( ‘template_redirect’, ‘redirect_to_specific_page’ ) + wp_redirect; etc etc etc
and redirect those particular users to another page.
In any event – a very useful plugin
I assume you also want those pages to be restricted to the general public, correct?
If so, then you could assign a permission to all your pages (you can do so with bulk edit), and then assign that permission to all your users except those few users.
Thanks for your positive input and don’t be shy to review the plugin (as a new plugin, this can help it grow).
review – will do
you can do so with bulk edit
Agh! bulk editing page permissions would solve everything – how to ?
Here is a link that shows how to bulk edit page properties. The page permissions are editable in this same way.
https://premium.wpmudev.org/blog/bulk-editing-page-post-details/