Home Forums WoodMart support forum Remove WoodMart from admin bar Reply To: Remove WoodMart from admin bar

#400642

Hello,

Please add this code to the functions.php of the child theme:

add_action( 'init', function () {
	remove_action( 'admin_bar_menu', array( XTS\Page::get_instance(), 'admin_bar_links' ), 100 );
});

If you have any questions please feel free to contact us.

Best Regards