diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index b1b7b6126..2f7887f86 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -750,7 +750,7 @@ function auth_redirect() { } } - if ( $user_id = wp_validate_auth_cookie() ) { + if ( $user_id = wp_validate_auth_cookie( '', apply_filters( 'auth_redirect_scheme', '' ) ) ) { do_action('auth_redirect', $user_id); // If the user wants ssl but the session is not ssl, redirect.