Optin Optin
Use code:
0 Day
00 Hour
00 Min
00 Sec
Logo

Documentation

s2_form

This hook allows the Subscribe2 form output to be dynamically altered to suit the needs of an individual site.

function my_s2_form($form) {
    // To remove the 'Your Email:' prompt text from the form
    $form = str_replace('Your email:', '', $form);
    return $form;
}
add_filter('s2_form', 'my_s2_form');

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