[ad_1]
Solution:
So, after further research, we confirmed the above but not without a solution.
To fix the above, we are now using the code snippet provided below.
Cheers!
——-
function remove_toolbar_menu_items() {global $wp_admin_bar;
$wp_admin_bar->remove_menu('tribe-events');
}
add_action('wp_before_admin_bar_render', 'remove_toolbar_menu_items', 999);
