Skip to content

Instantly share code, notes, and snippets.

@aristath
Created February 17, 2013 16:55
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 aristath/4972232 to your computer and use it in GitHub Desktop.
Save aristath/4972232 to your computer and use it in GitHub Desktop.
add_action( 'admin_bar_menu', 'shoestrap_remove_wp_menu_navbar', 999 );
function shoestrap_remove_wp_menu_navbar( $wp_admin_bar ) {
$wp_admin_bar->remove_node('wp-logo');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment