diff --git a/inc/actions/namespace.php b/inc/actions/namespace.php index 0d9f0fd..521d86c 100644 --- a/inc/actions/namespace.php +++ b/inc/actions/namespace.php @@ -353,7 +353,7 @@ function remove_widgets() { */ function override_signup_page() { global $pagenow; - if( getenv('PB_CUSTOM_SIGNUP') && $pagenow === 'wp-signup.php' ) { + if( getenv('PB_CUSTOM_SIGNUP') && ! is_user_logged_in() && $pagenow === 'wp-signup.php' ) { wp_redirect( network_home_url('/register')); exit(); }