“Redirect to this URL after clicking in the email” not working
-
Hello! As others have already pointed out, the option “Redirect to this URL after clicking in the email” does not work unless you modify the PHP code of the plugin. Is this something that is going to be fixed at some point?
Other posts:
- https://www.ads-software.com/support/topic/wrong-redirect-url-after-clicking-email/
- https://www.ads-software.com/support/topic/redirect-to-this-url-after-clicking-in-the-email/
Like the others, I’ve set a custom URL like https://domain.com/newsletter-thankyou as the parameter for the option. After clicking the double-opt-in confirmation button in the email, the user will only end up on https://domain.com/?sib_action=subscribe&code=6322071313aa3. To fix this, you have to manually change code in
File mailin/inc/sib-api-manager.php line 719 + 720
I was running into the same issue today, and it only started working as expected when I changed the code to use the correct variable. Screenshot of my config:
WordPress version: 6.5.4 // Plugin version: 3.1.80
- You must be logged in to reply to this topic.