Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save netdesignr/3070f7f77bc14a5f7f57e72106d914a5 to your computer and use it in GitHub Desktop.
Save netdesignr/3070f7f77bc14a5f7f57e72106d914a5 to your computer and use it in GitHub Desktop.
Remove Wordpress toolbar the easy way
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