• gdharris1010

    (@gdharris1010)


    I am executing “is_user_logged_in” immediately after “wp_signon” and it returns nothing; no true, no false, no nothing. The “wp_signon” works beautifully. The user IS actually signed on. I tested thoroughly to make sure. What am I missing? Do I need to run something in order to update WPs knowledge of the newly signed on individual?

Viewing 16 replies (of 16 total)
  • I was wrong, it’s not calls to wp_redirect that cause the site to get re-entered it’s the line “RewriteRule . /index.php [L]” in .htaccess. I don’t know if it the server setup that causes the global variables to get cleared in this scenario but cleared they certainly are.

Viewing 16 replies (of 16 total)
  • The topic ‘is_user_logged_in not working as expected’ is closed to new replies.