Skip Navigation

[Resolved] How do i remove the "Design with Toolset" menu item in the admin bar?

This support ticket is created 8 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by MicheleV864 8 years, 6 months ago.

Assisted by: Ivan.

Author
Posts
#340801
Screen Shot 2015-10-19 at 7.54.53 AM.png

I am trying to: remove the "Design with Toolset" menu item from the Admin bar. How can I do that?

I visited this URL:

I expected to see:

Instead, I got:

#340803

Ivan
Supporter

Languages: English (English )

Hello Michele,

Thank you for contacting us, my name is Ivan and I'll try to help you with this issue.

Can you please paste this code snippet into your theme functions.php file:

add_action( 'admin_bar_menu', 'remove_tooleset_item', 999 );
function remove_tooleset_item( $wp_admin_bar ) {
	$wp_admin_bar->remove_node( 'toolset_admin_bar_menu' );
}

If you have any other related questions feel free to ask me here.

Thanks, Ivan

#340902

thanks!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.