If displayed_user_can then ….
-
I want to show a special icon next to admins and premium members names in their profile (preferably in the activity stream as well). Is there a function that checks if something is true about the displayed user, as the current_user_can function does?
e.g, I want something that does something similar to this, but it takes into account the displayed user:
<?php if(current_user_can(‘level_1’)) : ?>PREMIUM MEMBER<?php endif; ?>Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘If displayed_user_can then ….’ is closed to new replies.