Skip to content

Instantly share code, notes, and snippets.

@brendannee
Created November 3, 2011 17:37
Show Gist options
  • Save brendannee/1337146 to your computer and use it in GitHub Desktop.
Save brendannee/1337146 to your computer and use it in GitHub Desktop.
Disable the Wordpress Admin Bar for all but admins
/* Disable the Wordpress Admin Bar for all but admins. */
if (!current_user_can('administrator')):
show_admin_bar(false);
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment