How to Hide the "SwiftHare AI Chat" Admin Menu

function plt_hide_swifthare_ai_chat_menus() {
	//Hide the "SwiftHare AI Chat" menu.
	remove_menu_page('swifthare-ai-chat');
}

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

Where do I put this code?