Created
May 11, 2014 09:56
-
-
Save erezLieberman/92f4402f009659d34820 to your computer and use it in GitHub Desktop.
remove the admin_bar in wp
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
| //remove the admin_bar | |
| add_filter ('show_admin_bar','__return_false'); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need to be in functions.php