Skip to content

Instantly share code, notes, and snippets.

@fugudesign
Last active November 15, 2016 13:23
Show Gist options
  • Save fugudesign/d3495f51f31545e1fdd4296156584b33 to your computer and use it in GitHub Desktop.
Save fugudesign/d3495f51f31545e1fdd4296156584b33 to your computer and use it in GitHub Desktop.
Wordpress disable adminbar on front
// Disable the adminbar for the 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