Created
October 12, 2012 16:09
-
-
Save edheltzel/3879991 to your computer and use it in GitHub Desktop.
Disable admin bar on front-end
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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