How to Hide the "[凹凸曼]AI智能客服" Admin Menu

function plt_hide_apoyl_chatgpt_menus() {
	//Hide the "Settings → [凹凸曼]AI智能客服" menu.
	remove_submenu_page('options-general.php', 'apoyl-chatgpt-settings');
}

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

Where do I put this code?