← All changes
|
includes/extensions/Templates/CollectionsMap.php
+92
-0
51.1.2
→
51.1.83
View file →
| @@ -1,0 +1,92 @@ | ||
| 1 | +<?php | |
| 2 | + | |
| 3 | +namespace King_Addons; | |
| 4 | + | |
| 5 | +if (!defined('ABSPATH')) { | |
| 6 | + exit; // Exit if accessed directly. | |
| 7 | +} | |
| 8 | + | |
| 9 | +final class CollectionsMap | |
| 10 | +{ | |
| 11 | + public static function getCollectionsMapArray(): array | |
| 12 | + { | |
| 13 | + return [ | |
| 14 | + 1 => 'SaaS & IT Solutions', | |
| 15 | + 2 => 'Mobile App & Software', | |
| 16 | + 3 => 'NFT & Crypto', | |
| 17 | + 4 => 'AI and Chatbot', | |
| 18 | + 5 => 'Hosting Platform & Services', | |
| 19 | + 6 => 'SEO & Digital Marketing', | |
| 20 | + 7 => 'Business Consulting', | |
| 21 | + 8 => 'Digital Marketing', | |
| 22 | + 9 => 'Health Center', | |
| 23 | + 10 => 'Italian Restaurant', | |
| 24 | + 11 => 'Logistics Services', | |
| 25 | + 12 => 'Startup Landings', | |
| 26 | + 13 => 'Orthodontic & Dentist', | |
| 27 | + 14 => 'Building & Construction', | |
| 28 | + 15 => 'Online Business', | |
| 29 | + 16 => 'Animal Shelter', | |
| 30 | + 17 => 'Agriculture & Farm', | |
| 31 | + 18 => 'Textile & Manufacturing', | |
| 32 | + 19 => 'Church and Charity', | |
| 33 | + 20 => 'Dog Breeder', | |
| 34 | + 21 => 'Yoga and Fitness', | |
| 35 | + 22 => 'Auto Service', | |
| 36 | + 23 => 'Horse Riding Club', | |
| 37 | + 24 => 'Electrician Repair', | |
| 38 | + 25 => 'Law & Justice', | |
| 39 | + 26 => 'Prosthetics Medical Center', | |
| 40 | + 27 => 'Kindergarten & Preschool', | |
| 41 | + 28 => 'Metallurgy & Industry', | |
| 42 | + 29 => 'Beekeeping and Honey', | |
| 43 | + 30 => 'Senior Care', | |
| 44 | + 31 => 'Lash Extensions', | |
| 45 | + 32 => 'Flight School & Aviation', | |
| 46 | + 33 => 'Optometrist & Eye Care', | |
| 47 | + 34 => 'Oil & Gas Company', | |
| 48 | + 35 => 'Immigration & Visa Consulting', | |
| 49 | + 36 => 'Dermatology and Cosmetology', | |
| 50 | + 37 => 'Meat Store & Butcher', | |
| 51 | + 38 => 'Paving & Tiling Services', | |
| 52 | + 39 => 'Plastic Surgery Clinic', | |
| 53 | + 40 => 'Yacht Rental & Boat Service', | |
| 54 | + 41 => 'Handmade Soap & Candles Shop', | |
| 55 | + 42 => 'Heating & Air Conditioning', | |
| 56 | + 43 => 'Dental Clinic & Dentist', | |
| 57 | + 44 => 'Limousine & Car Rental', | |
| 58 | + 45 => 'Emergency Road Service', | |
| 59 | + 46 => 'Nail Bar & Beauty Salon', | |
| 60 | + 47 => 'Windows & Doors Installation', | |
| 61 | + 48 => 'Renewable Energy', | |
| 62 | + 49 => 'Wooden House Construction', | |
| 63 | + 50 => 'Laundry Service & Dry Cleaning', | |
| 64 | + 51 => 'Broadband Service', | |
| 65 | + 52 => 'Astrology & Numerology', | |
| 66 | + 53 => 'Driving School', | |
| 67 | + 54 => 'Water Sports', | |
| 68 | + 55 => 'Vape Shop and E-Liquids', | |
| 69 | + 56 => 'Car Washing Services', | |
| 70 | + 57 => 'Golf Club', | |
| 71 | + 58 => 'Hookah Lounge & Shisha Bar', | |
| 72 | + 59 => 'Tobacco Shop', | |
| 73 | + 60 => 'Coffee Shop & Cafe', | |
| 74 | + 61 => 'Camping and Adventure', | |
| 75 | + 62 => 'Water Delivery & Filtration', | |
| 76 | + 63 => 'Flower Shop & Florist', | |
| 77 | + 64 => 'Wedding Business', | |
| 78 | + 65 => 'Building & Construction Company', | |
| 79 | + 66 => 'Online Education Services', | |
| 80 | + 67 => 'Wine Shop & Vineyards', | |
| 81 | + 68 => 'Plumber & Handyman', | |
| 82 | + 69 => 'Barber & Haircut', | |
| 83 | + 70 => 'Insurance Agency', | |
| 84 | + 71 => 'Gym & Fitness', | |
| 85 | + 72 => 'Funeral Services', | |
| 86 | + 73 => 'Tattoo & Piercing Studio', | |
| 87 | + 74 => 'eSports Teams & Gaming Studio', | |
| 88 | + 75 => 'Security Guard', | |
| 89 | + 76 => 'VR & AR', | |
| 90 | + ]; | |
| 91 | + } | |
| 92 | +} | |