Last active
November 15, 2016 13:23
-
-
Save fugudesign/d3495f51f31545e1fdd4296156584b33 to your computer and use it in GitHub Desktop.
Wordpress disable adminbar on front
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
// Disable the adminbar for the frontend | |
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