How to Hide the "D33PS33K Chatbot" Admin Menu

function plt_hide_ai_chat_bot_d33ps33k_menus() {
	//Hide the "D33PS33K Chatbot" menu.
	remove_menu_page('ds-chatbot-settings');
}

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

Where do I put this code?