Skip to content

Instantly share code, notes, and snippets.

@erikccoder
Created May 10, 2013 04:44
Show Gist options
  • Save erikccoder/5552427 to your computer and use it in GitHub Desktop.
Save erikccoder/5552427 to your computer and use it in GitHub Desktop.
wordpress remove admin bar in front end
// remove admin bar at 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