Viewing 2 replies - 1 through 2 (of 2 total)
  • I believe that’s because we recently introduced a second step when unsubscribing. So the Unsubscribe page shows up only after confirming you want to unsubscribe from all lists.

    We will work to improve this process even further and allow our users to style the first page as well.

    In the meantime, our developers have a hook that can disable the 2-step process using some custom coding. You can try adding this to your functions.php file:

    add_filter('mailpoet_unsubscribe_confirmation_enabled', function () {
    return false;
    });

    Thank you.

    Hello @wysija!

    While this fix disabled the ‘confirm unsubscribing’ page, it also disables the custom unsubscribed page, utilising the standard one coming with the plugin. Please get this fix wrapped in an update as soon as possible!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unsubscribe Link From Email Going To Wrong Page’ is closed to new replies.