I need a better way to logout of WP. The current way would involve the url in my case: /wp-login.php?kQuery=8468&action=logout&_wpnonce=8ec26ff1f5 which isn’t sufficient given that I’m intending to hide all signs of WP. I know that the logout URL needs to be generated, and any attempt to hide the wp-login and wpnonce makes it break. This URL is the closest (and only) my users come to seeing WordPress, but its a function that people will be always be interacting with.
What’s the best way to preserve or attain the logout function of WordPress while also cloaking it from being seen how it is?
I would think this to be common but couldn’t find too much here through search. All help is appreciated.
Thanks-
Miles