How to setup a redirect page for logging out similar to the admin plugin logout?
You can redirect to another page after logout by using the redirect_after_login
option - read the docs. then on this page you could redirect back to a login page, producing a similar effect…