Skip to content

Instantly share code, notes, and snippets.

@jartes
Created March 25, 2013 12:28
Show Gist options
  • Save jartes/5236788 to your computer and use it in GitHub Desktop.
Save jartes/5236788 to your computer and use it in GitHub Desktop.
[WordPress] Remove Admin Bar on front-end
add_filter( 'show_admin_bar', '__return_false' );
remove_action( 'init', 'wp_admin_bar_init' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment