<?php
add_action('ws_plugin__s2member_before_ip_restrictions_ok', 'hack_remove_ip_restrictions');
function hack_remove_ip_restrictions($vars = array())
{
$vars['__refs']['restriction'] = false;
}
?>
<?php
add_filter("ws_plugin__s2member_disable_login_ip_restrictions", "__return_true");
?>
Statistics: Posted by Jason Caldwell — June 28th, 2011, 10:24 pm
<?php
add_action('ws_plugin__s2member_before_ip_restrictions_ok', 'hack_remove_ip_restrictions');
function hack_remove_ip_restrictions($vars = array())
{
$vars['__refs']['restriction'] = false;
}
?>
Statistics: Posted by Cristián Lávaque — April 15th, 2011, 1:13 am
Statistics: Posted by lisakimms — April 14th, 2011, 9:29 am