Skip to content

Instantly share code, notes, and snippets.

@fahidjavid
Created June 12, 2014 08:50
Show Gist options
  • Save fahidjavid/034be99e609c76f45c84 to your computer and use it in GitHub Desktop.
Save fahidjavid/034be99e609c76f45c84 to your computer and use it in GitHub Desktop.
Show The Admin Bar For Administrators Only
if (!current_user_can( 'manage_options' )) {
add_filter('show_admin_bar', '__return_false');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment