Hey guys!
When a user clicks the “Logout” link in the top bar of my site, they get a page with a “Do you really want to logout?” confirmation. Our logout link uses the URL “/wp-login.php?action=logout”, which I thought was correct.
How do we bypass this confirmation, and just log the user out?
Thanks!