Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BruceMcKinnon/7e336361ce0ed42e19c793aa52d4a516 to your computer and use it in GitHub Desktop.
Save BruceMcKinnon/7e336361ce0ed42e19c793aa52d4a516 to your computer and use it in GitHub Desktop.
WP auto-hide the toolbar for users
//
// Auto hide the WP toolbar for users
//
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