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

Documentation

s2_email_subject

this hook allows the email subject to be changed at the point of sending. This is a global filter affecting all emails sent by Subscribe2 so you will probably want to do some string checks before making changes.

function my_email_subject($subject) {
if ( strstr($subject, 'Digest') ) {
$subject = 'My Preferred Email Subject for Digest Emails';
}
return $subject;
}
add_filter('s2_email_subject', 'my_email_subject');

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