Skip to content

Instantly share code, notes, and snippets.

@sarahmonster
Created October 25, 2013 02:27
Show Gist options
  • Save sarahmonster/7148595 to your computer and use it in GitHub Desktop.
Save sarahmonster/7148595 to your computer and use it in GitHub Desktop.
Hide WordPress admin bar
/* hide admin bar! */
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