Hi dmcutter,
After successfully login, link is redirect to dashboard. Its core
wordpress functionality. I want to know after login where you want to
redirect link (on your site page or some other else) so i can solve your
problem.
thanks
Right now after login it goes to the enroll now page (and they already already enrolled or they wouldn’t have to log in). I would like them to go to the ISO course page so links are:
current link: http://ilearningu.com/membership-account/enroll-now/
Preferred link: http://ilearningu.com/iso-courses/
Hello dmcutter,
This code redirects admins to the dashboard and other users to the Preferred link :-
Go to Your core plugin directory >> admin-custom-login.php file.
Now open “admin-custom-login.php” file into any text editor.
Copy the code from this Link and replace the whole code of “admin-custom-login.php” file.
now save the changes
Thank you