Remove menu in wp toolbar
-
Any way to remove that menu from the wordpress toolbar?
I tested this code but it did not work
function remove_toolbar_items( $wp_adminbar ) { $wp_adminbar->remove_node( 'pmpro-dashboard' ); } add_action('admin_bar_menu', 'remove_toolbar_items', 999);
with any other menu in toolbar this code work fine
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove menu in wp toolbar’ is closed to new replies.