Hi @dryn07, glad you’re here!
Would you please elaborate on what you’re trying to achieve with the instant logout behavior? Are you trying to put a custom menu that instantly logs out your users when they click it?
If so, the default WP logout link looks like this: https://site.com/wp-login.php?&loggedout=true
.
But if you enabled Solid Security’s Hide Backend feature, the logout link will look like this: https://site.com/wp-login.php?itsec-hb-token=wplogin&loggedout=true
(replace “wplogin” with your HBE slug)
Please let me know if this helps.