So I have to look for the snippet in the code where the redirection is called, and disable it with remove_action(), isn’t it?
The way to use the hook is creating a plugin and then remove_action(“hook_name”, function), being function the disable (like add_action when a plugin is made).
And does anybody know where the hook is or if there is an easy way to find it? I’m a little bit confused and I think i’m missing terms.