Statistics: Posted by Cristián Lávaque — July 16th, 2011, 12:27 am
Statistics: Posted by Cristián Lávaque — July 13th, 2011, 4:13 pm
function pay1_tag() {
return '<?php if (current_user_is("s2member_level1")){ ?>';
}
add_shortcode('pay1', 'pay1_tag');
function pay2_tag() {
return '<?php } else if (current_user_is("s2member_level0")){ ?>
The blocker message...
<?php } else { ?>
The blocker message...
<?php } ?> ';
}
add_shortcode('pay2', 'pay2_tag');
Statistics: Posted by fcandillo — July 13th, 2011, 7:23 am
Statistics: Posted by Cristián Lávaque — July 13th, 2011, 2:17 am
Statistics: Posted by fcandillo — July 12th, 2011, 4:17 pm
Statistics: Posted by fcandillo — July 12th, 2011, 11:26 am