Created
May 26, 2016 00:09
-
-
Save BruceMcKinnon/7e336361ce0ed42e19c793aa52d4a516 to your computer and use it in GitHub Desktop.
WP auto-hide the toolbar for users
This file contains hidden or 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
// | |
// Auto hide the WP toolbar for users | |
// | |
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