Skip to content

Instantly share code, notes, and snippets.

@danilowm
Created February 20, 2012 13:16
Show Gist options
  • Select an option

  • Save danilowm/1869144 to your computer and use it in GitHub Desktop.

Select an option

Save danilowm/1869144 to your computer and use it in GitHub Desktop.
Remover admin bar do Wordpress
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