Skip to content

Instantly share code, notes, and snippets.

@nielslange
Last active February 18, 2017 14:24
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 nielslange/9ce2510c2181d7f4b0fe8e60fb01ae63 to your computer and use it in GitHub Desktop.
Save nielslange/9ce2510c2181d7f4b0fe8e60fb01ae63 to your computer and use it in GitHub Desktop.
Hide admin bar
<?php
//* Hide admin bar
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