whitelist wp_registration_url() ?
-
I had a quick try at replacing
if( !is_user_logged_in() && v_getUrl() != wp_login_url() )
with
if( !is_user_logged_in() && v_getUrl() != ( wp_login_url() || wp_registration_url() )
Any idea why that’s not working?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘whitelist wp_registration_url() ?’ is closed to new replies.