advanced code snippet search
davebowker on 01/12/10
wordpress user roles
01/12/10 07:28am
<?php get_currentuserinfo() ;global $user_level;if ($user_level > 1) {echo "AUTHORS AND ABOVE SEE THIS";} else {echo "NORMALS SEE THIS";}?>
Report this snippet Tweet
Comment:
You need to login to post a comment.