Skip to content

Instantly share code, notes, and snippets.

@stevenroh
Created May 10, 2016 08:38
Show Gist options
  • Save stevenroh/d8378293b6dc6fb3d2ba9966989660bd to your computer and use it in GitHub Desktop.
Save stevenroh/d8378293b6dc6fb3d2ba9966989660bd to your computer and use it in GitHub Desktop.
add_action( 'admin_bar_menu', 'remove_wp_theme_mynode', 999 );
function remove_wp_theme_mynode( $wp_admin_bar ) {
$wp_admin_bar->remove_node( 'NODE_ID' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment