Fix for not working {UNSUBLINK}
-
traits/ShortcodeTrait.php
line 62
//$this->unsubscribe( sanitize_email( $_GET['s2_unsub'] ) ); Change to $this->unsubscribe( base64_encode ( sanitize_email( base64_decode ( $_GET['s2_unsub'] ) ) ) );
weird fix, but function unsubscribe needs an base64 encoded email. And I don’t know where it’s called.
{UNSUBLINK} in your template will work again, but no Mail to an admin will be sent. This is simple not implemented here.
br
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Fix for not working {UNSUBLINK}’ is closed to new replies.