Skip to content

Instantly share code, notes, and snippets.

@nroca
Created July 5, 2014 23:18
Show Gist options
  • Save nroca/ccf6565a5d7cd48a09f4 to your computer and use it in GitHub Desktop.
Save nroca/ccf6565a5d7cd48a09f4 to your computer and use it in GitHub Desktop.
hide-admin-bar-wordpress
http://davidwalsh.name/hide-admin-bar-wordpress
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