Skip to content

Instantly share code, notes, and snippets.

@joshuacharleslake
Created October 13, 2016 09:04
Show Gist options
  • Save joshuacharleslake/e185010fbcf589c7d8e92e457a226e45 to your computer and use it in GitHub Desktop.
Save joshuacharleslake/e185010fbcf589c7d8e92e457a226e45 to your computer and use it in GitHub Desktop.
Remove wordpress admin bar from frontend.
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