Used with LearnDash – WordPress Failure Notice (can't log out)
-
I know this problem has been discussed in the past. There are multiple threads. The most to the point seemed to be this statement on StackOverflow: I figured out that I just needed to use the wordpress logout function. That solved my problem. Thanks!
<a href="<?php echo wp_logout_url(); ?>" title="Logout">Logout</a>
Specifically, I am using the plugin in conjunction with LearnDash (LMS). Assuming the StackOverflow remark is what I need, how and where exactly would I implement the code?
If anyone is familiar with a focused and effective thread addressing the problem a bit more in depth, I’d appreciate the link.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Used with LearnDash – WordPress Failure Notice (can't log out)’ is closed to new replies.