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_subscribe_confirmed

s2_subscribe_confirmed

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

function subscribe_change($message) {
    // default message is 'You have successfully subscribed!'
    $message .= 'A warm welcome to my blog. I hope you enjoy my email notifications and find them useful.';
    return $message;
}
add_filter('s2_subscribe_confirmed', 'subscribe_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 :)