Created
February 13, 2015 21:14
-
-
Save jerewall/7fb7abf7ad11caf9dbd3 to your computer and use it in GitHub Desktop.
Remove the admin bar from the front end of wordpress when logged in
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
// Remove the admin bar from the 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