Skip to content

Instantly share code, notes, and snippets.

@sorindorobantu
Created October 1, 2014 06:34
Show Gist options
  • Save sorindorobantu/da8ab2d69b5bf2e157ec to your computer and use it in GitHub Desktop.
Save sorindorobantu/da8ab2d69b5bf2e157ec to your computer and use it in GitHub Desktop.
Remove admin bar in frontend
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