Advertisement
Guest User

Hench / WP Check user logged in

a guest
Mar 4th, 2010
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php global $user_ID;
  2.     get_currentuserinfo();?>
  3.     <?php if ( current_user_can('level_1') ) : ?>
  4.  
  5.         // Do Something
  6.  
  7.     <?php else : ?>
  8.    
  9.         // Do Something Else
  10.  
  11. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement