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™
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);
}
<?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);
}
?>
<?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);
}
?>
Users browsing this forum: Google [Bot] and 2 guests