Hi,
I have this on one of our sites using WP 4.8.2 and since the latest wordpress version i get a constant redirect loop if i am not logged in. Adding “!is_front_page()” seems to fix it on line 41 of PublicAccess.php
if (!is_front_page() && ! is_admin() && ( is_single() || is_singular() ) ) {
I am not sure if this is a plugin conflict with something else maybe but it seems to be getting into this function on the homepage and killing the site.
Any ideas?
Thanks ??