wp_logout not working
-
Here is what I’m doing:
wp_logout();
var_dump(is_user_logged_in());var_dump returns: bool(true)
Why is wp_logout() not logging me out?
- The topic ‘wp_logout not working’ is closed to new replies.
Home / Fixing WordPress / wp_logout not working
Here is what I’m doing:
wp_logout();
var_dump(is_user_logged_in());
var_dump returns: bool(true)
Why is wp_logout() not logging me out?