Terminate authentication_request_callback() after execution

isekai
Sven van Hal 7 years ago committed by GitHub
parent 08af84a851
commit 3869aa0fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -409,6 +409,8 @@ class OpenID_Connect_Generic_Client_Wrapper {
else {
wp_redirect( home_url() );
}
exit;
}
/**

Loading…
Cancel
Save