Skip to content

Instantly share code, notes, and snippets.

@petersplugins
Created November 24, 2016 11:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petersplugins/35b88b6fe8983391e422da06b12a7695 to your computer and use it in GitHub Desktop.
Save petersplugins/35b88b6fe8983391e422da06b12a7695 to your computer and use it in GitHub Desktop.
<?php
// This code snippet completely removes the admin bar from the front end
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