• Resolved silence85

    (@silence85)


    Hey there. I’m facing the issue that the page is still redirecting although I already uninstalled the plugin.
    Where can I delete the redirection manually?

Viewing 4 replies - 1 through 4 (of 4 total)
  • After the plugin is installed, the redirection shouldn’t be working. If it’s still working, that’s your browser still doing the redirect because it has it cached.

    Do a hard refresh or clear your all browser data and cookies.

    I did that then I reset my website to the previous version but the redirect still happening.

    I have the same issue. Any hint how to fix it?

    superiorinternet

    (@superiorinternet)

    Look in functions.php and remove

    function login_redirect( $redirect_to, $request, $user ){
    return home_url(‘REDIRECTED_PAGE’);
    }
    add_filter( ‘login_redirect’, ‘login_redirect’, 10, 3 );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Still redirection after uninstall’ is closed to new replies.