Logout redirect to home page

add_action('wp_logout','auto_redirect_after_logout');

function auto_redirect_after_logout(){
  wp_safe_redirect( home_url() );
  exit;
}

This will do the trick.

1 thought on “Logout redirect to home page”

  1. What’s Taking place i am new to this, I stumbled upon this I’ve found It positively
    helpful and it has helped me out loads. I hope
    to contribute & help other customers like its helped me.

    Great job.

    Reply

Leave a Comment