Can you change the unsubscribe redirect URL from ‘siteurl’ to ‘homeurl’?
-
Hello there!
When users unsubcribe from abandoned e-mail, after the success they get redirected to a 404 page because our site uses a custom admin URL.
On the source code I noticed the this is used:
$url = get_option( 'siteurl' );
I believe in this case would be more sense to use the home_url(). What do you think?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can you change the unsubscribe redirect URL from ‘siteurl’ to ‘homeurl’?’ is closed to new replies.