Statistics: Posted by dwdutch — March 2nd, 2011, 12:54 am
Statistics: Posted by Cristián Lávaque — March 1st, 2011, 10:19 pm
echo ($time = get_user_option('s2member_auto_eot_time', $uid) ? date('m-d-y', $time) : '');
Statistics: Posted by Cristián Lávaque — March 1st, 2011, 10:17 pm
foreach (json_decode ($GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["custom_reg_fields"], true) as $field) {
echo '<pre>';
print_r($field);
echo '</pre>';
}
Statistics: Posted by dwdutch — March 1st, 2011, 8:58 pm
$auto_eot_time = get_user_option ("s2member_auto_eot_time", $uid);
$auto_eot_time = ($auto_eot_time) ? date ("m-d-y", $auto_eot_time) : "";
echo $auto_eot_time;
Statistics: Posted by dwdutch — March 1st, 2011, 8:28 pm