Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. //Disable admin bar
  2. if ( ! current_user_can( 'manage_options' ) ) {
  3. show_admin_bar( false );
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement