user level administration
-
I’m creating a blog/forum (using bbpress), and now i want a special css-class not to be displayd to those users who register in the forums (get subscriber status in wp i think).
I tried to find the way to extract the user level, but i must be doing something wrong because i didnt get any results.
$user_data = get_currentuserinfo();
echo('User level: ' . $user_data->user_role '');
This echoes “User level: “, nothing more.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘user level administration’ is closed to new replies.