thank you for this genial plugin - and your regular support in this forum!!
Using search didn't help me with this question:
is it possible to echo the payment date when payment and uprading was made manually?
- Code: Select all
<?php
$date = get_user_option ("s2member_last_payment_time", $user_id);
echo date("d.m.Y", $date);
?>
echos "01.01.1970".
Thank you,
Studnik