// redirect to homepage after logout
add_action('wp_logout',create_function('','wp_redirect(home_url());exit();'));