New Landing How can we help? Themeforest Theme Support Neighborhood redirect when logging out

Viewing 4 posts - 1 through 4 (of 4 total)
  • #206186
    ask9
    Member
    Post count: 250

    hello,

    when i create an account and then click for “Logout” i get redirected to the wordpress admin login area. where an how can i change this? it should redirect you to the homesite.

    thanks and regards

    #206194
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your functions.php of the child theme.

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

    Hope it helps.
    -Rui

    #206200
    ask9
    Member
    Post count: 250

    hi rui.

    yes, it works perfectly! thanks for the quick respond.

    #206208
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.
    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register