first time signing in pg gets stuck at /wp-login.php
-
when I sign in as brand new user with fb or twitter the pg redirects to wp-login.php and just stays there. wp-login.php doesn’t load it’s just a blank white screen.
i’ve even added this to my functions but it doesn’t help
function my_social_connect_redirect_function( $redirect_to ){
return $_SERVER[“REQUEST_URI”];
}
add_filter( ‘social_connect_redirect_to’, ‘my_social_connect_redirect_function’ );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘first time signing in pg gets stuck at /wp-login.php’ is closed to new replies.