How to Hide the "Arevico Settings" Admin Menu

function plt_hide_facebook_page_promoter_lightbox_menus() {
	//Hide the "Arevico Settings" menu.
	remove_menu_page('arvlb-tld');
}

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

Where do I put this code?