Login stops working when I try to run a function after authenication
-
The login itself works great. I tried to add code after the login for users to cast votes. I tried adding
add_action(‘wp_login’, ‘my_function’);
to my functions.php file, but when I do that, I get the bouncer error that the user is already logged in when they haven’t.
my_function checks to see if the user is logged in and votes. It only allows users to vote once a day.
Thanks for your help!
- The topic ‘Login stops working when I try to run a function after authenication’ is closed to new replies.