Quantcast
Channel: activation – WordPress.org Forums
Viewing all articles
Browse latest Browse all 914

WC Vendors, breaking register page + causing redirect

$
0
0

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


Viewing all articles
Browse latest Browse all 914

Trending Articles