<?php
add_filter ("ws_plugin__s2member_sp_access", "my_handler");
function my_handler ($what_s2member_says)
{
if ($_SERVER["REMOTE_ADDR"] === "x.x.x.x")
return false;
else
return $what_s2member_says;
}
?>
Also will the next release be wordpress 3.1 compatible? Not a deal breaker, just need to know so that I can test other plugins to make sure they are going to work well with a WordPress update.
Statistics: Posted by Jason Caldwell — August 31st, 2011, 9:58 pm
Statistics: Posted by sensei — August 31st, 2011, 9:02 pm
Can I see the ClickBank Button Shortcode that you used please?
Also, in the time being, is it possible to deactivate the link in s2 if we find that someone was given access to it with a declined card. Either through the interface or deactivating it through the sql database?
Statistics: Posted by Jason Caldwell — August 31st, 2011, 8:51 pm
Statistics: Posted by sensei — August 31st, 2011, 8:41 pm
Statistics: Posted by sensei — August 31st, 2011, 8:01 pm
* (s2Member Pro) **Google® Checkout ( Bug fix )**. s2Member Pro's integration with Google Checkout has been updated in this release to use `display-disposition: PESSIMISTIC` instead of `OPTIMISTIC`. This change prevents possible card declines from slipping through, and thereby granting a Customer access inadvertently. With the former `OPTIMISTIC` behavior, in rare cases when payment authorizaton at Google® Checkout took longer than 20 seconds, s2Member was giving a Customer access to the site, instead of waiting pessimistically for Google® Checkout to complete processing. The updated behavior, now set to `PESSIMISTIC`, prevents this from occurring. For technical details, see [this article](http://code.google.com/apis/checkout/developer/Google_Checkout_Digital_Delivery.html).
Statistics: Posted by Jason Caldwell — August 29th, 2011, 11:26 pm
Statistics: Posted by Jason Caldwell — August 29th, 2011, 8:08 pm
Statistics: Posted by Cristián Lávaque — August 27th, 2011, 12:26 am
Statistics: Posted by sensei — August 26th, 2011, 10:23 am
Statistics: Posted by sensei — August 25th, 2011, 3:10 pm