#61156
 Radu
Moderator

Hello,

Add this snippet to your kleo-child/functions.php

COPY CODE


add_action('wp_logout','go_home');
function go_home(){
  wp_redirect( home_url() );
  exit();
}

Cheers

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?