Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save taricco/049e05337877c68bbf925772242bee6a to your computer and use it in GitHub Desktop.

Select an option

Save taricco/049e05337877c68bbf925772242bee6a to your computer and use it in GitHub Desktop.
add_action('wp_logout','auto_redirect_after_logout');
function auto_redirect_after_logout(){
wp_redirect( home_url() );
exit();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment