Skip to content

Instantly share code, notes, and snippets.

@jmsmrgn
Last active January 2, 2016 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmsmrgn/8225699 to your computer and use it in GitHub Desktop.
Save jmsmrgn/8225699 to your computer and use it in GitHub Desktop.
WordPress - Hide admin bar when viewing pages while logged in
// Hide admin bar when viewing pages while logged in
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