Skip to content

Instantly share code, notes, and snippets.

@MrUzu
Created October 6, 2011 17:41
Show Gist options
  • Save MrUzu/1268068 to your computer and use it in GitHub Desktop.
Save MrUzu/1268068 to your computer and use it in GitHub Desktop.
Remove WordPress admin bar
/*
* Remove admin bar
* Place the script in functions.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