Topic: Delete thing after hook
Hello,
There's a hook li_login_pre_redirect in login.php I wanna put something there AND delete line
redirect(forum_htmlencode($_POST['redirect_url']).((substr_count($_POST['redirect_url'], '?') == 1) ? '&' : '?').'login=1', $lang_login['Login redirect']);
which is after that. How can I do that?
Or stop it work somehow ( tried sending null variables, but it seemed to doesn't work ).
It's the only thing which stops me from releasing fancybox login ( demo )
Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.