Just bought the Pro version. Working on protecting some Pages and some Articles
If a page A is public, and has two subpages B and C. B is restricted to role1, role2, C is public
If I do a wp_list_pages (or a get_pages(children of A) ), how can I have the B page hidden for the regular visitor and visible for role1, role2 ?