php conditional for is user currently subscribed?
Posted: August 3rd, 2011, 4:28 pm
I can't seem to find a php conditional for is user currently subscribed
— WordPress® ( Users Helping Users ) —
http://www.primothemes.com/forums/
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>';
}