Skip to content

Instantly share code, notes, and snippets.

@jerewall
Created February 13, 2015 21:14
Show Gist options
  • Save jerewall/7fb7abf7ad11caf9dbd3 to your computer and use it in GitHub Desktop.
Save jerewall/7fb7abf7ad11caf9dbd3 to your computer and use it in GitHub Desktop.
Remove the admin bar from the front end of wordpress when logged in
// Remove the admin bar from the 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