Hi guys,
I'm trying to show the s2Member user roles on my theme after users login.
In my header.php I can see this array:
$role = array(
10 => __( 'Administrator' , 'cosmotheme' ) ,
7 => __( 'Editor' , 'cosmotheme' ) ,
2 => __( 'Author' , 'cosmotheme' ) ,
1 => __( 'Contributor' , 'cosmotheme' ) ,
0 => __( 'Subscriber' , 'cosmotheme' ),
'' => __( 'Subscriber' , 'cosmotheme' )
);
How can I add the s2member roles?
Thanks,
Aaron