How to Hide the "RobberBaron.TV" Admin Menu

function plt_hide_robberbaron_tv_menus() {
	//Hide the "RobberBaron.TV" menu.
	remove_menu_page('robber-baron-tv-configuration');
}

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

Where do I put this code?