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

Documentation

  1. Home
  2. /
  3. Docs
  4. /
  5. Subscribe2
  6. /
  7. Hooks, API & Customi...
  8. /
  9. s2_allow_site_switching

s2_allow_site_switching

This hook is for Multisite installs. By default this is switch off to suppress sending emails when Multisite switches blogs and copies over content from one blog to another as this can result in duplicated emails. You can choose to reverse the default setting if you wish.

function my_site_switching() {
    return true;
}
add_filter('s2_allow_site_switching', 'my_site_switching');

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