Thread Starter
pix1e
(@pix1e)
In the code I provided at first I was already using home_url() btw.
Thread Starter
pix1e
(@pix1e)
Still same behaviour even with site_url() if using wp_redirect or wp_safe_redirect 🙁 Using something else for register and login isn’t really an option here. I might just use header() here for redirect.
Thread Starter
pix1e
(@pix1e)
If I just used, no longer an issue and it works perfectly, but maybe there is better approach?
header("Location: " . home_url());
Thread Starter
pix1e
(@pix1e)
I’ve used wp_redirect(home_url()); in other places and everytime I get redirected using that it adds #TRPLINKPROCESSED.