- This topic has 9 replies, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Redirect after login?
Tagged: login
Hi there,
Our users are not getting redirected to their affiliate home after login. Is there a way to set this up?
Thanks,
Jonah
@anyayurenya, Please provide a link to the login page so we can check it.
Hello?
Right here: https://yoniegg.com/affiliate-pod/affiliate-login/
And this is all I see when logged in: https://share.jonahcoyote.com/i/DTVLGR
Users should be redirected to: https://yoniegg.com/affiliate-pod/affiliate-home/
Thanks
@anyayurenya, Thanks. The login form has the correct redirect URL set in it. You may have a plugin that is preventing this from working. You can deactivate one plugin at a time to check which one is causing the issue.
Strange… Is there any other way to force the login via a filter or hook or anything like that? Or any other options? I’m a developer so am comfortable making changes.
Hi there,
Just checking back in since I haven’t heard from you yet.
Thanks,
Jonah
@anyayurenya, The login form is rendered and processed by WordPress. You can check what filters are available for it.
https://developer.wordpress.org/reference/functions/wp_login_form/
Thanks