How to Hide Photo Video Store Admin Menus

function plt_hide_photo_video_store_menus() {
	//Hide "PVS - Dashboard".
	remove_menu_page('photo-video-store/includes/admin/dashboard/index.php');

	//Hide "PVS - Orders".
	remove_menu_page('photo-video-store/includes/admin/orders/index.php');
	//Hide "PVS - Orders → Orders".
	remove_submenu_page('photo-video-store/includes/admin/orders/index.php', 'photo-video-store/includes/admin/orders/index.php');
	//Hide "PVS - Orders → Payments".
	remove_submenu_page('photo-video-store/includes/admin/orders/index.php', 'photo-video-store/includes/admin/payments/index.php');
	//Hide "PVS - Orders → Coupons".
	remove_submenu_page('photo-video-store/includes/admin/orders/index.php', 'photo-video-store/includes/admin/coupons/index.php');
	//Hide "PVS - Orders → Downloads".
	remove_submenu_page('photo-video-store/includes/admin/orders/index.php', 'photo-video-store/includes/admin/downloads/index.php');

	//Hide "PVS - Catalog".
	remove_menu_page('photo-video-store/includes/admin/catalog/index.php');
	//Hide "PVS - Catalog → Catalog".
	remove_submenu_page('photo-video-store/includes/admin/catalog/index.php', 'photo-video-store/includes/admin/catalog/index.php');
	//Hide "PVS - Catalog → Categories".
	remove_submenu_page('photo-video-store/includes/admin/catalog/index.php', 'photo-video-store/includes/admin/categories/index.php');
	//Hide "PVS - Catalog → Bulk upload".
	remove_submenu_page('photo-video-store/includes/admin/catalog/index.php', 'photo-video-store/includes/admin/bulk_upload/index.php');

	//Hide "PVS - Prints".
	remove_menu_page('photo-video-store/includes/admin/prints/index.php');
	//Hide "PVS - Prints → Prints and Products".
	remove_submenu_page('photo-video-store/includes/admin/prints/index.php', 'photo-video-store/includes/admin/prints/index.php');
	//Hide "PVS - Prints → types".
	remove_submenu_page('photo-video-store/includes/admin/prints/index.php', 'photo-video-store/includes/admin/prints_types/index.php');
	//Hide "PVS - Prints → Products options".
	remove_submenu_page('photo-video-store/includes/admin/prints/index.php', 'photo-video-store/includes/admin/products_options/index.php');
	//Hide "PVS - Prints → Prints categories".
	remove_submenu_page('photo-video-store/includes/admin/prints/index.php', 'photo-video-store/includes/admin/prints_categories/index.php');

	//Hide "PVS - Users".
	remove_menu_page('photo-video-store/includes/admin/customers/index.php');
	//Hide "PVS - Users → Customers".
	remove_submenu_page('photo-video-store/includes/admin/customers/index.php', 'photo-video-store/includes/admin/customers/index.php');
	//Hide "PVS - Users → Notifications".
	remove_submenu_page('photo-video-store/includes/admin/customers/index.php', 'photo-video-store/includes/admin/notifications/index.php');
	//Hide "PVS - Users → Contacts".
	remove_submenu_page('photo-video-store/includes/admin/customers/index.php', 'photo-video-store/includes/admin/contacts/index.php');

	//Hide "PVS - Settings".
	remove_menu_page('photo-video-store/includes/admin/settings/index.php');
	//Hide "PVS - Settings → Site Settings".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/settings/index.php');
	//Hide "PVS - Settings → Languages".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/languages/index.php');
	//Hide "PVS - Settings → Countries".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/countries/index.php');
	//Hide "PVS - Settings → Currency".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/currency/index.php');
	//Hide "PVS - Settings → Payments".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/gateways/index.php');
	//Hide "PVS - Settings → Stock API".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/stock_api/index.php');
	//Hide "PVS - Settings → Watermark".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/watermark/index.php');
	//Hide "PVS - Settings → Royalty free - License".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/licenses/index.php');
	//Hide "PVS - Settings → Royalty free - Prices".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/prices/index.php');
	//Hide "PVS - Settings → Taxes".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/tax/index.php');
	//Hide "PVS - Settings → Shipping".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/shipping/index.php');
	//Hide "PVS - Settings → Checkout".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/checkout/index.php');
	//Hide "PVS - Settings → Types of Coupons".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/coupons_types/index.php');
	//Hide "PVS - Settings → Content types".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/content_types/index.php');
	//Hide "PVS - Settings → Sign up".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/signup/index.php');
	//Hide "PVS - Settings → Social Networks".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/networks/index.php');
	//Hide "PVS - Settings → Model property release".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/models/index.php');
	//Hide "PVS - Settings → Video".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/video/index.php');
	//Hide "PVS - Settings → Audio".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/audio/index.php');
	//Hide "PVS - Settings → Home page".
	remove_submenu_page('photo-video-store/includes/admin/settings/index.php', 'photo-video-store/includes/admin/home/index.php');
}

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

Where do I put this code?