Users cannot logout problem
-
Encountered this problem.
Users cannot logout because there is a missing permalink parameter for the created logout page – example: https://website.com/logout/?_wpnonce=c4cb350d27
The correct logout page parameters should be:
https://website.com/logout/?action=logout&_wpnonce=c4cb350d27The missing parameter is “action=logout&”
How to resolve this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Users cannot logout problem’ is closed to new replies.