How to Hide the "Bytesweavers AI Chat Master" Admin Menu

function plt_hide_bytesweavers_ai_chat_master_menus() {
	//Hide the "Bytesweavers AI Chat Master" menu.
	remove_menu_page('bytesweavers-ai-chat-master');
}

add_action('admin_menu', 'plt_hide_bytesweavers_ai_chat_master_menus', 11);

Where do I put this code?