How to Hide the "VY Twitch" Admin Menu

function plt_hide_vidyen_twitch_player_menus() {
	//Hide the "VY Twitch" menu.
	remove_menu_page('vy_twitch');
}

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

Where do I put this code?