Statistics: Posted by Cristián Lávaque — August 15th, 2011, 3:09 pm
<?php
global $current_user, $wpdb;
$role = $wpdb->prefix . 'capabilities';
$current_user->role = array_keys($current_user->$role);
$role = $current_user->role[0];
echo $role;
?>
Statistics: Posted by Bruce C — August 14th, 2011, 8:48 pm
Statistics: Posted by mochajen — August 14th, 2011, 6:39 pm