Skip to content

Instantly share code, notes, and snippets.

@fueledbyboredom
Created February 14, 2017 16:35
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 fueledbyboredom/04230b7ce77128a2017d81def9e65b73 to your computer and use it in GitHub Desktop.
Save fueledbyboredom/04230b7ce77128a2017d81def9e65b73 to your computer and use it in GitHub Desktop.
Disables the front-end admin bar.
<?php
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