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

Documentation

s2_reminder_interval

Version 10.10 of Subscribe2 introduced an automated reminder email feature that sends a reminder email to unconfirmed public subscribers two days after the email is originally entered. This hook allows the duration to be change or for this feature to be turned off.

function my_reminder_interval() {
    // return the number of days before removal
    // returning 0 turns this feature off
    return 7;
}
add_filter( 's2_reminder_interval', 'my_reminder_interval' );

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