Created
May 10, 2016 08:38
-
-
Save stevenroh/d8378293b6dc6fb3d2ba9966989660bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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