Statistics: Posted by Cristián Lávaque — August 3rd, 2011, 11:26 pm
if ($subscr_id = get_user_option ("s2member_subscr_id", $user_id)) {
echo '<p>As a subscribed member you will be charged according to your billing preferences one year after your last payment. </p>';
} else {
echo '<p>You are not currently subscribed.</p>';
}
Statistics: Posted by craigjb12 — August 3rd, 2011, 4:59 pm