Logout

<?php

wp_logout();

wp_set_current_user(0);

auth_redirect(Home);

?>