WC Vendors, breaking register page + causing redirect
-
Hello,
I am using buddypress and woocommerce etc. When I activate your plugin the register page (required by BP), I am no longer able to navigate to the register page, we are auto redirected back to the login page. I should point out that I have a custom plugin which redirects all NON logged in users to the login page, in order to whitelist certain pages I have used a is_page() check with an array of page names for example
$isPage = is_page(['login','register','activate','password-reset','password-lost','social'])
When I activate your plugin the register page comes back false from the check above. Any idea where I need to look or what I can adjust, any filters or hooks?
regards
- The topic ‘WC Vendors, breaking register page + causing redirect’ is closed to new replies.