PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
<?php
add_filter ("ws_plugin__s2member_is_systematic_use_page", "my_filter");
function my_filter ($is_systematic = FALSE)
{
if (stripos ($_SERVER["HTTP_USER_AGENT"], "facebookexternalhit") !== false)
return true;
else
return $is_systematic;
}
?>
<?php
add_filter ("ws_plugin__s2member_is_systematic_use_page", "my_filter");
function my_filter ($is_systematic = FALSE)
{
//if (stripos ($_SERVER["HTTP_USER_AGENT"], "facebookexternalhit") !== false)
if (stripos ($_SERVER["HTTP_USER_AGENT"], "facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)") !== false)
return true;
else
return $is_systematic;
}
?>
Users browsing this forum: Google [Bot] and 1 guest