Home › Forums › WoodMart support forum › Remove WoodMart from admin bar › Reply To: Remove WoodMart from admin bar
August 31, 2022 at 1:18 pm
#400642
Elise Noromit
Member
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