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

Documentation

s2_confirm_link

allows the base URL for confirmation links to be changed. This can be useful when blogs are in site subdomains, for example your site URL is example.com but your blog is at example.com/blog

function change_confirm_link( $link ) {
    $link = 'http://www.example.com/blog/?s2=';
    return $link;
}
add_filter('s2_confirm_link', 'change_confirm_link');

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