Unable to Remove “Events” from WP Toolbar
-
Good Day,
We’re trying to remove the “Events” menu item from our WordPress toolbar using the code snippet provided below.
Unfortunately, it does not work for The Events Calendar. It does work, however, for all other plugins we’re using. We can confirm we’re using the proper Node ID for “Events.”
So, it appears The Events Calendar is not following WordPress’ coding standards for most part, which is causing this issue.
Kindly review and provide a fix.
Thank you!
—————————
function remove_toolbar_items($wp_adminbar) {
$wp_adminbar->remove_node('tribe-events');
}
add_action('admin_bar_menu', 'remove_toolbar_items', 999);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.