Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Created January 11, 2025 08:13
Show Gist options
  • Select an option

  • Save Lego2012/00a5cc51683a515ef59de3eea389913d to your computer and use it in GitHub Desktop.

Select an option

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