Statistics: Posted by pettedemon — January 16th, 2012, 1:38 am
Statistics: Posted by Jason Caldwell — January 14th, 2012, 9:36 pm
Statistics: Posted by XHIBIT — November 25th, 2011, 7:37 am
<?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;
}
?>
Statistics: Posted by sijo55 — October 21st, 2011, 8:00 am
Statistics: Posted by sijo55 — October 21st, 2011, 7:01 am
Statistics: Posted by Jason Caldwell — October 20th, 2011, 5:55 pm
Statistics: Posted by sijo55 — October 18th, 2011, 5:38 pm
<?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;
}
?>
Statistics: Posted by Jason Caldwell — June 13th, 2011, 10:53 pm
Statistics: Posted by mannclann — June 7th, 2011, 4:55 pm
Statistics: Posted by Cristián Lávaque — June 7th, 2011, 2:11 pm