Return to Snippet

Revision: 22418
at January 12, 2010 07:28 by davebowker


Initial Code
<?php get_currentuserinfo() ;
global $user_level;
if ($user_level > 1) {
echo "AUTHORS AND ABOVE SEE THIS";
} else {
echo "NORMALS SEE THIS";
}
?>

Initial URL


Initial Description


Initial Title
WordPress show to authors and above

Initial Tags
wordpress, user

Initial Language
PHP