Optin Optin
Use code:
0 Day
00 Hour
00 Min
00 Sec
Grab It Before It’s Gone

Documentation

  1. Home
  2. /
  3. Docs
  4. /
  5. Subscribe2
  6. /
  7. Hooks, API & Customi...
  8. /
  9. 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');

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 :)