WordPress Logout Link without confirmation

Hi guys,
Has anyone successfully managed to create a menu logout link without WordPress confirmation?

it seems like in order to do that, a neccessary nonce code in the URL is needed.

Any help is much appreciated.

Hello ForgetWP,

Thanks for writing in!

If you are going to create a custom link, you can achieve a logout without the confirmation screen when you supply a redirect url by utilizing the wp_logout_url( string $redirect = '' ) function.

Create a logout link in the menu item might be impossible to get rid of the default logout screen redirect.

Or maybe a 3rd party plugin could help you in this:

Kindly let us know which one has worked out for you.

Hi RueNel,
Thanks for replying. I’ve got the first option implemented which is link /wp-login.php?action=logout

I’m trying to stay away from plugins, but in this case I will have to. thought that maybe someone here in the community already did it.

Thanks for your help

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.