0
Q:

logout url

LOGOUT_REDIRECT_URL = 'home'
0
add_action('wp_logout','auto_redirect_after_logout');

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

New to Communities?

Join the community