I have to logout user at wordpress where top bar is disabled and no logout option is available at any page.
Is there a general link to logout from wordpress?
/wp-login.php?action=logout
Is what was used in the past.
References:
https://codex.wordpress.org/Function_Reference/wp_logout_url https://developer.wordpress.org/reference/functions/wp_logout_url/
I think the better method is to get the nonce and redirect to the home page:
<a href="<?php echo wp_logout_url( home_url()); ?>" title="Logout">Logout</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With