$user = new WP_User( bp_get_displayed_user_username() );
$level = ws_plugin__s2member_user_access_level($user);
$label = constant("S2MEMBER_LEVEL".$level."_LABEL");
echo $label;
Statistics: Posted by nathardwick — August 18th, 2010, 4:58 am
<?php echo S2MEMBER_CURRENT_USER_ACCESS_LEVEL; ?>
Statistics: Posted by Jason Caldwell — August 17th, 2010, 5:14 pm
Statistics: Posted by nathardwick — August 8th, 2010, 9:12 am