Created
November 17, 2017 10:57
-
-
Save nschaeferhoff/5757bd60a27ceb226610a5883867d574 to your computer and use it in GitHub Desktop.
This file contains 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
function remove_toolbar_items($wp_adminbar) { | |
$wp_adminbar->remove_node('wpseo-menu'); | |
} | |
add_action('admin_bar_menu', 'remove_toolbar_items', 999); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment