Function wp_logout documentation says
"Log the current user out, by destroying the current user session."
but the $_SESSION variables seem to be already destroyed. Is there somewhere in the logout process where I can still access them?
Function wp_logout documentation says
"Log the current user out, by destroying the current user session."
but the $_SESSION variables seem to be already destroyed. Is there somewhere in the logout process where I can still access them?