wp-login.php logout with redirect no longer works when library-viewer is active
-
The library-viewer plugin looks and works great for the simple list I need to display however, after installing and activating free library-viewer the login/out widget no longer logs out users if a redirect is used.
The widget triggers a URL like the following for a logged in user but just returns to the home page without logging out the user. This can also just be placed in a custom link and still fail the same.
https://mysite.com/wp-login.php?action=logout&redirect_to=https%3A%2F%2Fmysite.com%2F&_wpnonce=5d154c7c4bIf I create a custom link with a logout but no redirect then it works fine:
https://mysite.com/wp-login.php?action=logout
This takes me to a “are you sure you want to logout page”
I do not have any other plugins active and I haven’t even configured the library viewer to be used in any pages. I am currently using the Pen theme but the problem is shown with other themes too.
- The topic ‘wp-login.php logout with redirect no longer works when library-viewer is active’ is closed to new replies.