<? php if (!current_user_can('access_s2member_ccap_ld'))
header('Location:' . S2MEMBER_MEMBERSHIP_OPTIONS_PAGE_URL); ?>
Statistics: Posted by Cristián Lávaque — August 29th, 2011, 3:17 pm
if (current_user_can("access_s2member_ccap_ld")):
PAGE CODE
else:
$member_options = S2MEMBER_MEMBERSHIP_OPTIONS_PAGE_URL;
header("Location: $member_options");
endif;
Statistics: Posted by fantasydebate — August 28th, 2011, 2:03 pm
Statistics: Posted by Cristián Lávaque — August 28th, 2011, 5:12 am
Statistics: Posted by fantasydebate — August 28th, 2011, 2:39 am