• Resolved Anonymous User 16833488

    (@anonymized-16833488)


    Any way to remove that menu from the wordpress toolbar?

    https://prntscr.com/nt0gx4

    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)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi there,

    Thank you for using Paid Memberships Pro. Please add the following code to a custom plugin or your child theme’s functions.php file:

    remove_action( 'admin_bar_menu', 'pmpro_admin_bar_menu', 1000);

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove menu in wp toolbar’ is closed to new replies.