Optin Optin
Use code:
0 Day
00 Hour
00 Min
00 Sec
Race to Save!

Documentation

s2_lockout

Each time the form is used to subscribe a new email address the IP address is logged. If an IP address is adding lots of email address to your site you can set a time limit that needs to elapse between address submissions with this hook.

function lockout_period() {
    // number of seconds between data submits
    // default is 0 which disables this feature
    // 0 to 86399 are acceptable - 84399 is essentially a day
    return 86399;
}
add_filter( 's2_lockout', 'lockout_period' );
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 :)