Skip to content

Instantly share code, notes, and snippets.

@edheltzel
Created October 12, 2012 16:09
Show Gist options
  • Save edheltzel/3879991 to your computer and use it in GitHub Desktop.
Save edheltzel/3879991 to your computer and use it in GitHub Desktop.
Disable admin bar on front-end
<!-- DIABLE ADMIN BAR ON FRONT END -->
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