Skip to content

Instantly share code, notes, and snippets.

@jmsmrgn
Last active January 2, 2016 00:49
Show Gist options
  • Select an option

  • Save jmsmrgn/8225699 to your computer and use it in GitHub Desktop.

Select an option

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