How to remove "Theme support" menu from wordpress toolbar?

Posted in: Newspaper
Post count: 96

Hello team,

I want to remove this “Theme support” menu from WordPress toolbar: https://prnt.sc/uke1c7

Please give me the best way to disable this menu coming from your theme.

Thanks!

Post count: 35449

Hi,

You can do this only from this file wp-content/plugins/td-composer/legacy/common/common.php -> https://i.imgur.com/cUImKG5.png

Hope this will help you!

Post count: 96

Hello,

So to remove “THEME SUPPORT” menu from toolbar i need to either comment the below code or remove that code completely?

$wp_admin_bar->add_menu( array(
'id' => 'our_support_item',
'meta' => array('title' => 'Theme support', 'target' => '_blank'),
'title' => 'Theme support',
'href' => 'https://forum.tagdiv.com' )
);

https://prnt.sc/ul7r1z

Thanks!

Post count: 35449

Hi,

Yes, you need to comment it like this -> https://i.imgur.com/EMuTZmw.png and this will be removed -> https://i.imgur.com/l7s5IcZ.png

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.