$startdiv = '<div class="with-round-borders with-extra-padding with-box-shadows" style="text-align: center; width: 400px; margin-right: auto; margin-left: auto;">You can now renew on-line using PayPal, a credit card, or a debit card! Click the PayPal button below to renew now.<p style="padding-top: 10 px;">';
$enddiv = '</p></div>';
if ($days = get_user_option('s2member_auto_eot_time'))
{
$days = ceil(($days - time()) / 86400);
if ($days < 60)
echo $startdiv , do_shortcode('[s2Member-PayPal-Button ... /]') , $enddiv;
else
echo '<strong><center>Thank-you for renewing your membership.</center></strong>';
}
}
add_shortcode('driprenew', 'driprenew');
/*end dripping renewal shortcode*/
Statistics: Posted by MarRxK — November 13th, 2011, 9:32 am
Statistics: Posted by Eduan — November 12th, 2011, 9:48 pm
Statistics: Posted by Eduan — November 12th, 2011, 4:00 pm
Statistics: Posted by MarRxK — November 12th, 2011, 3:52 pm