Optin Optin
Use code:
0 Day
00 Hour
00 Min
00 Sec
Logo

Documentation

  1. Home
  2. /
  3. Subscribe2
  4. /
  5. Hooks, API & Customi...
  6. /
  7. s2_unsubscribe_confirmed

s2_unsubscribe_confirmed

This allows the message displayed to a newly unsubscribing user that is displayed (after clicking the confirmation link in their email) to be customised.

function unsubscribe_change($message) {
    // default message is 'You have successfully unsubscribed!'
    $message .='I'm sorry to see you leave and I hope you found the emails useful.'
    return $message;
}
add_filter('s2_unsubscribe_confirmed', 'unsubscribe_change');
Still stuck? Contact

How can we help?

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We got your message

We will reply to you very soon :)