Statistics: Posted by Cristián Lávaque — December 29th, 2011, 4:07 am
<?php
add_action ("ws_plugin__s2member_during_configure_user_registration_front_side", "my_fixed_EOT_time");
add_action ("ws_plugin__s2member_during_paypal_notify_during_subscr_signup_w_update_vars", "my_fixed_EOT_time");
add_action ("ws_plugin__s2member_during_paypal_notify_during_subscr_modify", "my_fixed_EOT_time");
function my_fixed_EOT_time ($vars)
{
$expire_on = strtotime ("2012-06-30");
update_user_option ($vars["user_id"], "s2member_auto_eot_time", $expire_on);
}
?>
Statistics: Posted by Jason Caldwell — June 25th, 2011, 8:23 pm
Statistics: Posted by dexterinteractive — June 25th, 2011, 1:01 pm
Statistics: Posted by Jason Caldwell — June 25th, 2011, 12:18 am
Statistics: Posted by Jason Caldwell — June 20th, 2011, 5:17 am
Statistics: Posted by Cristián Lávaque — June 15th, 2011, 8:05 pm
Statistics: Posted by dexterinteractive — June 15th, 2011, 10:57 am
<?php
add_action("ws_plugin__s2member_during_configure_user_registration_front_side","my_fixed_EOT_time");
function my_fixed_EOT_time($vars)
{
$expire_on = strtotime("2012-06-30");
update_user_option ($vars["user_id"], "s2member_auto_eot_time", $expire_on);
}
?>
Statistics: Posted by Jason Caldwell — June 15th, 2011, 1:17 am
add_action("ws_plugin__s2member_during_configure_user_registration_front_side","my_fixed_EOT_time");
function my_fixed_EOT_time($vars)
{
$expire_on = strtotime("2012-06-30");
update_user_option ($vars["user_id"], "s2member_auto_eot_time", $expire_on);
}
Statistics: Posted by dexterinteractive — June 14th, 2011, 10:47 am
Statistics: Posted by Cristián Lávaque — June 13th, 2011, 11:21 pm
Statistics: Posted by dexterinteractive — June 9th, 2011, 7:16 pm
Statistics: Posted by dexterinteractive — June 9th, 2011, 12:42 pm