Skip to content

Instantly share code, notes, and snippets.

@carlodaniele
Last active February 18, 2016 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlodaniele/995968c60be0063f1ed5 to your computer and use it in GitHub Desktop.
Save carlodaniele/995968c60be0063f1ed5 to your computer and use it in GitHub Desktop.
Remove Toolbar for all users
<?php 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