Skip to content

Instantly share code, notes, and snippets.

@erezLieberman
Created May 11, 2014 09:56
Show Gist options
  • Select an option

  • Save erezLieberman/92f4402f009659d34820 to your computer and use it in GitHub Desktop.

Select an option

Save erezLieberman/92f4402f009659d34820 to your computer and use it in GitHub Desktop.
remove the admin_bar in wp
//remove the admin_bar
add_filter ('show_admin_bar','__return_false');
@erezLieberman
Copy link
Author

need to be in functions.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment